0xba66482b835da977543061642284ecbf1aaf027f
Verified contract
Proxy
Active on
Ethereum with 697 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MOLLY | ERC-20 | 5.465M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21307270 | 17 hours ago | | | 0 | 0.00098489298 | |
| 21307268 | 17 hours ago | | | 0 | 0.0015617395 | |
| 21264335 | 7 days ago | | | 0 | 0.0014414000 | |
| 21264331 | 7 days ago | | | 0 | 0.0014516785 | |
| 21264308 | 7 days ago | | | 0 | 0.0013461063 | |
| 21258249 | 8 days ago | | | 0 | 0.00078728282 | |
| 21258245 | 8 days ago | | | 0 | 0.00091917604 | |
| 21257565 | 8 days ago | | | 0 | 0.00098369064 | |
| 21257133 | 8 days ago | | | 0 | 0.00071966614 | |
| 21257130 | 8 days ago | | | 0 | 0.00086436387 |
ABI
ABI objects
Getter at block 21312341 proxiableUUID() view returns (bytes32)
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
mollyERC20Address() view returns (address)
0xb7cfe05915ef0c040c6dde2007c9ddab26259e04
owner() view returns (address)
0x772413024f07b3cab41098d34229ff8e5b1c8c3a
signer() view returns (address)
0xb502089d069042525805f81df5b3ad94a04eddca
Read-only
isValidSignature(address[] _contracts, uint256[] _tokenIds, uint256 _erc20Amount, uint256 _tokenClaimNonce, address _sender, bytes _signature) view returns (bool)
nftContractWhitelist(address) view returns (bool)
tokenClaimNonce(address) view returns (uint256)
State-modifying
Events batchClaimOwner(address[] _contracts, uint256[] _tokenIds, address _to)
claim(address[] _contracts, uint256[] _tokenIds, uint256 _erc20Amount, uint256 _tokenClaimNonce, address _to, bytes _signature)
initialize(address _signer, address _mollyERC20Address, address _initialOwner)
renounceOwnership()
setSigner(address _signer)
transferOwnership(address newOwner)
upgradeToAndCall(address newImplementation, bytes data) payable
whitelistNFTContracts(address[] _nftContracts, bool _status)
ClaimProcessed(address indexed claimer, address[] nftContracts, uint256[] tokenIds, uint256 erc20Claimed)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)