ERC721Drop
Verified contract
Active on
Ethereum with 525 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "ERC721Drop"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16931057 | 2 years ago | | | 0 | 0.00074518030 | |
| 16881353 | 2 years ago | | | 0 | 0.00044191356 | |
| 16632300 | 2 years ago | | | 0 | 0.00076341270 | |
| 16550854 | 2 years ago | | | 0 | 0.0031779070 | |
| 16423685 | 2 years ago | | | 0 | 0.0025690719 | |
| 16419009 | 2 years ago | | | 0 | 0.0015333105 | |
| 16126792 | 2 years ago | | | 0 | 0.0027927633 | |
| 15990800 | 2 years ago | | | 0 | 0.0024105944 | |
| 15947013 | 2 years ago | | | 0 | 0.0020804607 | |
| 15532958 | 2 years ago | | | 0 | 0.0014073297 |
ABI
ABI objects
Getter at block 21222448
FEATURE_REDEEM_ACTIVE() view returns (uint32)
1
ROLE_ACCESS_MANAGER() view returns (uint256)
57896044618658097711785492504343953926634992332820282019728792003956564819968
ROLE_DATA_MANAGER() view returns (uint32)
65536
features() view returns (uint256)
1
root() view returns (bytes32)
0x440a98ad0454d95ea2994eaf826bb8014c863061112cc39bfcbee5f01543161d
targetContract() view returns (address)
0xce69a87c02baa8c5f17ed7eb8b1c2657afc2e1af
Read-only
evaluateBy(address operator, uint256 target, uint256 desired) view returns (uint256)
isFeatureEnabled(uint256 required) view returns (bool)
isOperatorInRole(address operator, uint256 required) view returns (bool)
isSenderInRole(uint256 required) view returns (bool)
isTokenValid(address _to, uint256 _tokenId, bytes32[] _proof) view returns (bool)
userRoles(address) view returns (uint256)
State-modifying
Events redeem(address _to, uint256 _tokenId, bytes32[] _proof)
setInputDataRoot(bytes32 _root)
updateFeatures(uint256 _mask)
updateRole(address operator, uint256 role)
Redeemed(address indexed _by, address indexed _to, uint256 indexed _tokenId, bytes32[] _proof)
RoleUpdated(address indexed _by, address indexed _to, uint256 _requested, uint256 _actual)
RootChanged(address indexed _by, bytes32 _root)
constructor(address _target)
This contract contains no fallback and receive objects.
This contract contains no error objects.