KuddlyKoalas
Verified contract
Active on
Ethereum with 2,840 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,179.13)
Native
Value
$2,179.13
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.627 | $3,475.49 |
$2,179.13 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20992552 | a month ago | | | 0 | 0.00064793785 | |
| 20554045 | 3 months ago | | | 0 | 0.000027329500 | |
| 19301828 | 9 months ago | | | 0 | 0.00057234226 | |
| 19166827 | 10 months ago | | | 0 | 0.00035367486 | |
| 19057473 | 10 months ago | | | 0 | 0.00039072196 | |
| 18992734 | 10 months ago | | | 0 | 0.00049585696 | |
| 18988347 | 10 months ago | | | 0 | 0.00040435947 | |
| 18988292 | 10 months ago | | | 0 | 0.00042204229 | |
| 18894961 | a year ago | | | 0 | 0.00074484972 | |
| 18879652 | a year ago | | | 0 | 0.0012152724 |
ABI
ABI objects
Getter at block 21265147
KUDDLY_PROVENANCE() view returns (string)
MAX_BY_MINT() view returns (uint256)
20
MAX_ELEMENTS() view returns (uint256)
8888
PRICE() view returns (uint256)
33000000000000000
baseTokenURI() view returns (string)
ipfs://QmVF7s3w2DzUhq7ipV6JLSvhAaCWTV9XN9HjLEMcvZ1JQd/
canChangeSupply() view returns (bool)
true
creatorAddress() view returns (address)
0x893e23c01658bc1c112d6fdf10f34826c280a1b1
getBaseURI() view returns (string)
ipfs://QmVF7s3w2DzUhq7ipV6JLSvhAaCWTV9XN9HjLEMcvZ1JQd/
isMainSaleOpen() view returns (bool)
true
isPresaleOpen() view returns (bool)
false
koalasReserve() view returns (uint256)
280
mainSaleOpen() view returns (bool)
true
name() view returns (string)
KuddlyKoalas
owner() view returns (address)
0x4fee4f098a27925a2f2c7d7f2b3e14443285c3f0
paused() view returns (bool)
false
presaleOpen() view returns (bool)
false
saleIsActive() view returns (bool)
true
symbol() view returns (string)
KKL
totalMint() view returns (uint256)
8888
totalSupply() view returns (uint256)
8888
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)
price(uint256 _count) pure returns (uint256)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events KoalasReserve(address _to, uint256 _reserveAmount)
addToWhitelist(address[] _listToAdd)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
changePresaleMaxPerMint(uint256 _amount)
enableHardLimit(uint256 _limit)
enableMainSale()
mint(address _to, uint256 _count) payable
mintPresale(address _to, uint256 _count) payable
pause(bool val)
relinquishMintSupplyControl()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setProvenanceHash(string provenanceHash)
togglePresaleMint()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
withdrawAllBackup() payable
withdrawSome(uint256 _amount) payable
withdrawSomeBackup(uint256 _amount) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CreateKoalas(uint256 indexed id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.