Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd820…3197
Balances ($0.00)
No balances found for "Core"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21152858 | 5 days ago | | | 0 | 0.00049264172 | |
| 20932454 | a month ago | | | 0 | 0.00042279713 | |
| 20932422 | a month ago | | | 0 | 0.00052330066 | |
| 20525253 | 3 months ago | | | 0 | 0.00011867270 | |
| 20501890 | 3 months ago | | | 0 | 0.000043622402 | |
| 20204695 | 4 months ago | | | 0 | 0.00017516457 | |
| 19801991 | 6 months ago | | | 0 | 0.00012433986 | |
| 19746998 | 7 months ago | | | 0 | 0.00030609307 | |
| 19718185 | 7 months ago | | | 0 | 0.00039374624 | |
| 19718183 | 7 months ago | | | 0 | 0.00036683986 |
ABI
ABI objects
Getter at block 21187330
owner() view returns (address)
0x38b8b00ec79f43e3ec9b8142f32ea2210d2a7aff
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
idToValidator(uint256) view returns (address)
isApprovedForAll(address account, address operator) view returns (bool)
isValidator(address) view returns (bool)
quantityMinted(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 _id) view returns (string)
validatorToIds(address, uint256) view returns (uint256)
State-modifying
Events addValidator(address _validator, uint256[] ids)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
mintBatch(address _to, uint256[] _ids, uint256[] _amounts, bytes _data)
modularMintCallback(address recipient, uint256[] _ids, uint256[] _requestedAmounts, bytes _data)
modularMintInit(uint256 _dropId, address _to, uint256[] _requestedAmounts, bytes _data, address _validator, string _metadata)
removeValidator(address _validator)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseUri)
setNewRegistry(address registry_)
transferOwnership(address newOwner)
upgradeValidator(address _oldValidator, address _newValidator)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Validator(address indexed validator, bool indexed active)
constructor(string baseUri_, address registry_)
This contract contains no fallback and receive objects.
This contract contains no error objects.