Dumbkeys
Verified contract
Active on
Ethereum with 2,304 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 "Dumbkeys"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19910581 | 6 months ago | | | 0 | 0.00059459524 | |
| 19909565 | 6 months ago | | | 0 | 0.00030485669 | |
| 19711929 | 7 months ago | | | 0 | 0.0015054217 | |
| 19669755 | 7 months ago | | | 0 | 0.00094401227 | |
| 19669705 | 7 months ago | | | 0 | 0.00063993813 | |
| 19669671 | 7 months ago | | | 0 | 0.00087749476 | |
| 19643921 | 7 months ago | | | 0 | 0.00075837958 | |
| 19641633 | 7 months ago | | | 0 | 0.0043859966 | |
| 19538788 | 8 months ago | | | 0 | 0.0014122947 | |
| 19274923 | 9 months ago | | | 0 | 0.0017822178 |
ABI
ABI objects
Getter at block 21226709
name() view returns (string)
Dumbkeys
owner() view returns (address)
0x2b739fa8d6130d9021ba94733fea661a00791c86
symbol() view returns (string)
DUMB
totalSupply() view returns (uint256)
3333
whiteListRoot() view returns (bytes32)
0x3ab05c28e042214f2e4e8f4172141ef050ad2a18b6c262f5bc988c1f05ba1cff
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
whiteListClaimed(address) view returns (uint256)
whiteListClaimedChecker(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
publicSaleMint(uint256 quantity) payable
renounceOwnership()
reserveGiveaway(uint256 num, address walletAddress)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPublicSale(bool flag)
setWhiteListRoot(bytes32 merkle_root)
setWhitelistFlag(bool flag)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whiteListMint(bytes32[] _merkleProof, uint256 quantity) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()