Kangaroos
Verified contract
Active on
Ethereum with 5,943 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xcc92…228f
0x7c28…c963
Balances ($79.41)
Native
Value
$79.41
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.022 | $3,609.60 |
$79.41 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21106617 | 25 days ago | | | 0 | 0.000099097659 | |
| 21101143 | a month ago | | | 0 | 0.00075001590 | |
| 18490340 | a year ago | | | 0 | 0.0015698052 | |
| 18076062 | a year ago | | | 0 | 0.00052346060 | |
| 17658807 | a year ago | | | 0 | 0.00066035380 | |
| 16882243 | 2 years ago | | | 0 | 0.00054404970 | |
| 16739939 | 2 years ago | | | 0 | 0.00094184489 | |
| 16739002 | 2 years ago | | | 0 | 0.0010975478 | |
| 16648680 | 2 years ago | | | 0 | 0.0013712454 | |
| 16647922 | 2 years ago | | | 0 | 0.0010779615 |
ABI
ABI objects
Getter at block 21284698
FREE_ITEMS_COUNT() view returns (uint256)
6000
MAX_IN_TRX() view returns (uint256)
10
MINT_PRICE() view returns (uint256)
2000000000000000
TOTAL_SUPPLY() view returns (uint256)
7012
baseTokenURI() view returns (string)
https://ipfs.io/ipfs/Qmf6iNbrrfmnynEwycej5ph4ravXVkK1guf3GgVUD2HU8a/json/
name() view returns (string)
Kangaroos
owner() view returns (address)
0x99aebc04c261abcf46320d342cfc46b5d45a7e82
paused() view returns (bool)
false
revealImage() view returns (string)
https://ipfs.io/ipfs/QmbdJ7jigM1b59UxFQFsuNwBuVTVf4Nio9UEkHokz5phBp
revealed() view returns (bool)
true
symbol() view returns (string)
KNG
totalSupply() view returns (uint256)
6219
uriSuffix() view returns (string)
.json
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)
State-modifying
Events approve(address to, uint256 tokenId)
claim(address addr, uint256[] tokenIds) payable
mintItem(uint256 quantity) payable
mintTo(address to, 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)
setBaseTokenURI(string _baseTokenURI)
setCost(uint256 _newCost)
setFreeCount(uint256 _count)
setMaxInTRX(uint256 _total)
setPaused(bool _state)
setRevealImage(string _revealImage)
setRevealed(bool _state)
setUriSuffix(string _uriSuffix)
setmaxMintAmount(uint256 _count)
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(string _initBaseURI, string _revealImage, string _uriSuffix)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()