Goo Item
Verified contract
Active on
Ethereum with 6,031 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 "Goo Item"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20551264 | 3 months ago | | | 0 | 0.00012346556 | |
| 9886099 | 5 years ago | | | 0 | 0.00022191342 | |
| 9886097 | 5 years ago | | | 0 | 0.00023125074 | |
| 9879616 | 5 years ago | | | 0 | 0.00011739927 | |
| 9879596 | 5 years ago | | | 0 | 0.00039986800 | |
| 9878705 | 5 years ago | | | 0 | 0.00062500200 | |
| 9878701 | 5 years ago | | | 0 | 0.00062500200 | |
| 9878701 | 5 years ago | | | 0 | 0.00062500200 | |
| 9878651 | 5 years ago | | | 0 | 0.00028899900 | |
| 9878647 | 5 years ago | | | 0 | 0.00029804400 |
ABI
ABI objects
Getter at block 21167091
name() view returns (string)
Goo Item
symbol() view returns (string)
GOOITEM
totalSupply() view returns (uint256)
613
Read-only
balanceOf(address player) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getEquippedItemId(address player, uint256 unitId) view returns (uint256)
getItemRarity(uint256 itemId) view returns (uint256)
itemList(uint256) view returns (uint256 itemId, uint256 unitId, uint256 rarity)
itemsOf(address player) view returns (uint256[], uint256[])
ownedTokens(address, uint256) view returns (uint256)
ownedTokensIndex(uint256) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
tokenApprovals(uint256) view returns (address)
tokenItems(uint256) view returns (uint256)
tokenOwner(uint256) view returns (address)
tokensOf(address player) view returns (uint256[] tokens)
unitEquippedItems(address, uint256) view returns (uint256)
State-modifying
Events addItem(uint256 itemId, uint256 unitId, uint256 rarity, uint32[8] upgradeGains)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
equipMultipleTokens(uint256[] tokens)
equipSingle(uint256 tokenId)
mintItem(uint256 itemId, address player)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setOperator(address gameContract, bool isOperator)
transferFrom(address from, address to, uint256 tokenId)
unequipMultipleUnits(uint256[] unitIds)
unequipSingle(uint256 unitId)
Approval(address owner, address approved, uint256 tokenId)
Transfer(address from, address to, uint256 tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.