ERC721Minter
Verified contract
Active on
Ethereum with 3,387 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 6.56706K | $0.998374 |
$6,556.38 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21081993 | 11 days ago | | | 0 | 0.0016373739 | |
| 20470435 | 3 months ago | | | 0 | 0.0013507996 | |
| 20074420 | 5 months ago | | | 0 | 0.0014475747 | |
| 20074153 | 5 months ago | | | 0 | 0.0012984144 | |
| 19395341 | 8 months ago | | | 0 | 0.0068009918 | |
| 19180180 | 9 months ago | | | 0 | 0.0035935016 | |
| 18329688 | a year ago | | | 0 | 0.0012465753 | |
| 18279473 | a year ago | | | 0 | 0.0016552640 | |
| 18185834 | a year ago | | | 0 | 0.0011817777 | |
| 18180471 | a year ago | | | 0 | 0.0015554309 |
ABI
ABI objects
Getter at block 21159820
CANCEL_AUTHORIZATION_TYPEHASH() view returns (bytes32)
0x158b0a9edf7a828aad02f63cd515c68ef2f50ba807396f6d12842833a1597429
DOMAIN_SEPARATOR() view returns (bytes32)
0xad86e9b1a125f22d1703e10e3aee42b417379544fd864ec5ac93be1e129a9f1d
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
FEATURE_REDEEM_ACTIVE() view returns (uint32)
1
MINTBATCH_WITH_AUTHORIZATION_TYPEHASH() view returns (bytes32)
0x67c2bc25c87d2f7202a6c00ccb845fe254f34def701c1f45f93e7e9219b1ebb2
MINT_WITH_AUTHORIZATION_TYPEHASH() view returns (bytes32)
0xaf4e98e5c9896ed6453d82e308a87caa8a02787c2c671d5a8cd308f9a99ed41f
ROLE_ACCESS_MANAGER() view returns (uint256)
57896044618658097711785492504343953926634992332820282019728792003956564819968
ROLE_AUTHORIZATION_MANAGER() view returns (uint32)
65536
ROLE_MINT_LIMIT_MANAGER() view returns (uint32)
131072
features() view returns (uint256)
1
maxTokenMintLimit() view returns (uint256)
5000
targetContract() view returns (address)
0xce69a87c02baa8c5f17ed7eb8b1c2657afc2e1af
tokenMintCount() view returns (uint256)
3324
Read-only
authorizationState(address _authorizer, bytes32 _nonce) view returns (bool)
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)
userRoles(address) view returns (uint256)
State-modifying
Events cancelAuthorization(address _authorizer, bytes32 _nonce, uint8 v, bytes32 r, bytes32 s)
mintBatchWithAuthorization(address _from, address _to, uint256 _id, uint256 _amount, uint256 _validAfter, uint256 _validBefore, bytes32 _nonce, uint8 v, bytes32 r, bytes32 s)
mintWithAuthorization(address _from, address _to, uint256 _id, uint256 _validAfter, uint256 _validBefore, bytes32 _nonce, uint8 v, bytes32 r, bytes32 s)
updateFeatures(uint256 _mask)
updateRole(address operator, uint256 role)
updateTokenMintLimit(uint256 _tokenMintLimit)
AuthorizationCanceled(address indexed authorizer, bytes32 indexed nonce)
AuthorizationUsed(address indexed authorizer, bytes32 indexed nonce)
RoleUpdated(address indexed _by, address indexed _to, uint256 _requested, uint256 _actual)
TokenMintLimitUpdated(address indexed authorizer, uint256 oldLimit, uint256 newLimit)
constructor(address _target)
This contract contains no fallback and receive objects.
This contract contains no error objects.