CryptNinjaChildrenCoin
Verified contract
Active on
Ethereum with 174 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
0x0000…cd4e
Balances ($0.00)
No balances found for "CryptNinjaChildrenCoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20049288 | 6 months ago | | | 0 | 0.00056437575 | |
| 19330078 | 9 months ago | | | 0 | 0.0013005156 | |
| 19091306 | 10 months ago | | | 0 | 0.0019118598 | |
| 18863205 | a year ago | | | 0 | 0.0033120125 | |
| 18426469 | a year ago | | | 0 | 0.0010377472 | |
| 18405861 | a year ago | | | 0 | 0.00057803091 | |
| 18199897 | a year ago | | | 0 | 0.00036741598 | |
| 18199522 | a year ago | | | 0 | 0.00044815648 | |
| 18013080 | a year ago | | | 0 | 0.0019480250 | |
| 17753634 | a year ago | | | 0 | 0.0012059676 |
ABI
ABI objects
Getter at block 21293391
ADMIN() view returns (bytes32)
0x41444d494e000000000000000000000000000000000000000000000000000000
BURNER() view returns (bytes32)
0x4255524e45520000000000000000000000000000000000000000000000000000
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER() view returns (bytes32)
0x4d494e5445520000000000000000000000000000000000000000000000000000
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://crypto-ninja-children.s3.ap-northeast-1.amazonaws.com/metadata/
defaultRoyalty() view returns (address recipient, uint16 bps)
(recipient=0x985d66886ea5797d221da4cc2a5380a5849d08a2, bps=1000)
externalSupplier() view returns (address)
0x0000000000000000000000000000000000000000
getCalInfo() view returns (struct CNCCCalCalInfo)
(0xdbaa28cbe70af04ebfb166b1a3e8f8034e5b9fc7, 2, true, false)
getLocalContractAllowList() view returns (address[])
[]
getTokenRoyaltiesCount() view returns (uint256)
0
isOperatorFilterRegistryRevoked() view returns (bool)
false
name() view returns (string)
CryptNinjaChildrenCoin
operatorFilterRegistry() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner() view returns (address)
0x985d66886ea5797d221da4cc2a5380a5849d08a2
symbol() view returns (string)
CNCC
withdrawAddress() view returns (address)
0x985d66886ea5797d221da4cc2a5380a5849d08a2
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
getTokenRoyaltyByIndex(uint256 index) view returns (struct IEIP2981RoyaltyOverrideTokenRoyaltyConfig)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
royaltyInfo(uint256 tokenId, uint256 value) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 tokenId) view returns (string)
State-modifying
Events addLocalContractAllowList(address transferer)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
grantAdmin(address account)
grantRole(bytes32 role, address account)
mint(address to, uint256 id, uint256 amount, bytes data)
mintBatch(address to, uint256[] ids, uint256[] amounts, bytes data)
removeLocalContractAllowList(address transferer)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeAdmin(address account)
revokeOperatorFilterRegistry()
revokeRole(bytes32 role, address account)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _value)
setBaseURI(string _value)
setCAL(address value)
setCALLevel(uint80 value)
setDefaultRoyalty(struct IEIP2981RoyaltyOverrideTokenRoyalty royalty)
setEnableRestrict(bool value)
setExternalSupplier(address _value)
setIsSBT(bool _isSBT)
setTokenRoyalties(struct IEIP2981RoyaltyOverrideTokenRoyaltyConfig[] royaltyConfigs)
setWithdrawAddress(address _withdrawAddress)
transferOwnership(address newOwner)
updateOperatorFilterRegistryAddress(address newRegistry)
withdraw(address _withdrawAddress) payable
ApprovalForAll(address indexed account, address indexed operator, bool approved)
DefaultRoyaltySet(address recipient, uint16 bps)
OperatorFilterRegistryAddressUpdated(address newRegistry)
OperatorFilterRegistryRevoked()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
TokenRoyaltyRemoved(uint256 tokenId)
TokenRoyaltySet(uint256 tokenId, address recipient, uint16 bps)
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)
constructor()
This contract contains no fallback and receive objects.
InitialRegistryAddressCannotBeZeroAddress()
OnlyOwner()
OperatorNotAllowed(address operator)
RegistryHasBeenRevoked()