DoodleKingz
Verified contract
Active on
Ethereum with 85 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 "DoodleKingz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16306906 | 2 years ago | | | 0 | 0.00074582433 | |
| 14329964 | 3 years ago | | | 0 | 0.00077209707 | |
| 14271482 | 3 years ago | | | 0 | 0.0034740750 | |
| 14240479 | 3 years ago | | | 0 | 0.0014019693 | |
| 14217377 | 3 years ago | | | 0 | 0.0026946756 | |
| 14214829 | 3 years ago | | | 0 | 0.0035857606 | |
| 14214812 | 3 years ago | | | 0 | 0.0026792771 | |
| 14214259 | 3 years ago | | | 0 | 0.0045095426 | |
| 14213908 | 3 years ago | | | 0 | 0.011786369 | |
| 14213627 | 3 years ago | | | 0 | 0.0064849400 |
ABI
ABI objects
Getter at block 21388241
cost() view returns (uint256)
33000000000000000
maxMintAmount() view returns (uint256)
20
maxSupply() view returns (uint256)
3333
name() view returns (string)
DoodleKingz
owner() view returns (address)
0x5f4669b25a427cf111fb4786c7904c8d11329179
paused() view returns (bool)
false
payments() view returns (address)
0x18e5babcd4d0a717c40acad02c56bdc2d84ca8be
symbol() view returns (string)
DK
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) 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)
mint(uint256 _mintAmount) payable
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.