Kuddle Koalas
Verified contract
Active on
Ethereum with 3,746 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 "Kuddle Koalas"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20753093 | 2 months ago | | | 0 | 0.000053914211 | |
| 20508583 | 3 months ago | | | 0 | 0.00010728859 | |
| 19655652 | 7 months ago | | | 0 | 0.00051896703 | |
| 19210577 | 9 months ago | | | 0 | 0.00099636907 | |
| 19008894 | 10 months ago | | | 0 | 0.0016485894 | |
| 18909887 | a year ago | | | 0 | 0.00046249382 | |
| 18907377 | a year ago | | | 0 | 0.00067566710 | |
| 18903728 | a year ago | | | 0 | 0.00050044104 | |
| 18900517 | a year ago | | | 0 | 0.00093044659 | |
| 18898751 | a year ago | | | 0 | 0.00062019791 |
ABI
ABI objects
Getter at block 21259419
name() view returns (string)
Kuddle Koalas
owner() view returns (address)
0x4df1c789bcb08c74d34440bc628f824181e60d46
paused() view returns (bool)
false
presaleActive() view returns (bool)
true
price() view returns (uint256)
30000000000000000
publicSaleActive() view returns (bool)
true
reservedSupply() view returns (uint256)
99
root() view returns (bytes32)
0x69b77b4c092ed6f51d0b21eafc3dc32dd459e8d68efdd8e2a7a4df64fce1d32f
symbol() view returns (string)
KDDLE
totalSupply() view returns (uint256)
7497
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
verify(bytes32[] _proof, bytes32 _root) view returns (bool)
State-modifying
Events activatePresale()
activatePublicSale()
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
deactivatePresale()
deactivatePublicSale()
mintPresale(bytes32[] proof, uint256 num) payable
mintReserved(uint256 num)
pause()
purchase(uint256 num) payable
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)
unpause()
updateBaseURI(string newbaseURI)
updatePrice(uint256 _price)
withdrawAll() 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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(bytes32 merkleroot)
This contract contains no fallback and receive objects.
This contract contains no error objects.