Kokodi Mask
Verified contract
Active on
Ethereum with 1,497 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Kokodi Mask"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21415565 | 5 hours ago | | | 0 | 0.00086217571 | |
| 21412896 | 14 hours ago | | | 0 | 0.00053775320 | |
| 21407354 | a day ago | | | 0 | 0.00039628428 | |
| 21404579 | 2 days ago | | | 0 | 0.00033135626 | |
| 21394687 | 3 days ago | | | 0 | 0.0013872271 | |
| 21349138 | 9 days ago | | | 0 | 0.00056804926 | |
| 21340736 | 11 days ago | | | 0 | 0.00051294480 | |
| 21340732 | 11 days ago | | | 0 | 0.00093485151 | |
| 21334061 | 12 days ago | | | 0 | 0.00076475951 | |
| 21306205 | 15 days ago | | | 0 | 0.00047333848 |
ABI
ABI objects
Getter at block 21416988
DEFAULT_OPERATOR_WHITELIST_ID() view returns (uint120)
1
DEFAULT_TRANSFER_SECURITY_LEVEL() view returns (uint8)
1
DEFAULT_TRANSFER_VALIDATOR() view returns (address)
0x0000721c310194ccfc01e523fc93c9cccfa2a0ac
VERSION_BasicERC721C() view returns (uint256)
20240129
contractURI() view returns (string)
https://storage.googleapis.com/kokodinft/masks-meta/0x9b2ca62b8c2876d8263f2e5af3db6db2938d4667
gateway() view returns (address)
0x7127f0feaef8143241a5fac62ac5b7be02ef26a9
getPermittedContractReceivers() view returns (address[])
[]
getSecurityPolicy() view returns (struct CollectionSecurityPolicy)
(0, 0, 0)
getTransferValidator() view returns (address)
0x0000721c310194ccfc01e523fc93c9cccfa2a0ac
getWhitelistedOperators() view returns (address[])
[]
maxTokenId() view returns (uint256)
0
name() view returns (string)
Kokodi Mask
owner() view returns (address)
0xdf65c380446e45d11322593d85bead948be81e82
paused() view returns (bool)
false
symbol() view returns (string)
MASK
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isContractReceiverPermitted(address receiver) view returns (bool)
isOperatorWhitelisted(address operator) view returns (bool)
isTransferAllowed(address caller, address from, address to) view returns (bool)
isTrustedForwarder(address forwarder) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
incTokenIdCounter(uint256 limit) returns (uint256)
mint(address to, uint256 tokenId)
mintBatch(address to, uint256[] tokenId)
pause()
renounceOwnership()
resetOwner(address _newOwner)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setGateway(address _gateway)
setMaxTokenID(uint256 _maxTokenId)
setToCustomSecurityPolicy(uint8 level, uint120 operatorWhitelistId, uint120 permittedContractReceiversAllowlistId)
setToCustomValidatorAndSecurityPolicy(address validator, uint8 level, uint120 operatorWhitelistId, uint120 permittedContractReceiversAllowlistId)
setToDefaultSecurityPolicy()
setTransferValidator(address transferValidator_)
setURI(string newBaseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
TransferValidatorUpdated(address oldValidator, address newValidator)
Unpaused(address account)
constructor(string name, string symbol, string baseURI, address gateway, address trustedForwarder, uint256 _maxTokenId)
This contract contains no fallback and receive objects.
CreatorTokenBase__InvalidTransferValidatorContract()
CreatorTokenBase__SetTransferValidatorFirst()
ShouldNotMintToBurnAddress()