Doodle Kongz
Verified contract
Active on
Ethereum with 2,212 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 "Doodle Kongz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19617272 | 7 months ago | | | 0 | 0.00060831408 | |
| 19617271 | 7 months ago | | | 0 | 0.0010657421 | |
| 19142559 | 9 months ago | | | 0 | 0.00097729004 | |
| 18908832 | a year ago | | | 0 | 0.00055330194 | |
| 18907762 | a year ago | | | 0 | 0.00053288020 | |
| 18903746 | a year ago | | | 0 | 0.00049356255 | |
| 18810320 | a year ago | | | 0 | 0.0021125862 | |
| 18566104 | a year ago | | | 0 | 0.00086133776 | |
| 18252432 | a year ago | | | 0 | 0.00016233437 | |
| 18252431 | a year ago | | | 0 | 0.00016268145 |
ABI
ABI objects
Getter at block 21202406
baseURI() view returns (string)
ipfs://QmVAQrBdL8wdZDWrCJnh7GFX7cyg43PGNzMe2fY5vHYR3v/
batchLimit() view returns (uint256)
2
mintStarted() view returns (bool)
true
name() view returns (string)
Doodle Kongz
owner() view returns (address)
0x72dab27a8f4484e6766ef269b911fd97c251903d
price() view returns (uint256)
100000000000000000
symbol() view returns (string)
DNGZ
totalCount() view returns (uint256)
1000
totalDongz() view returns (uint256)
1000
totalSupply() view returns (uint256)
1000
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)
mintDongz(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newURI)
setTokenURI(uint256 _tokenId, string _tokenURI)
toggleMintSale(bool _start)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MintDongz(address indexed minter, uint256 startsWith, uint256 quantity)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _initialBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.