GoonBods
Verified contract
Active on
Ethereum with 7,258 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8442…6ea6
-
variable spans 157 additional slots
Balances ($0.00)
No balances found for "GoonBods"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20884190 | a month ago | | | 0 | 0.00053025185 | |
| 20884146 | a month ago | | | 0 | 0.00059092363 | |
| 20880729 | a month ago | | | 0 | 0.00034597277 | |
| 20825276 | 2 months ago | | | 0 | 0.0010197643 | |
| 20745869 | 2 months ago | | | 0 | 0.00015255214 | |
| 20322239 | 4 months ago | | | 0 | 0.00019903199 | |
| 20322184 | 4 months ago | | | 0 | 0.00017281566 | |
| 20322183 | 4 months ago | | | 0 | 0.00017606372 | |
| 20322181 | 4 months ago | | | 0 | 0.00050121762 | |
| 20322181 | 4 months ago | | | 0 | 0.00043230131 |
ABI
ABI objects
Getter at block 21157333 getMintedTraitAmounts() view returns (uint256[]) getTraitAvailability() view returns (bool[]) getUnusedAvatars() view returns (uint256[])
MAX_ACCESSORY_ID() view returns (uint256)
157
MAX_BELT_ID() view returns (uint256)
88
MAX_BOTTOM_ID() view returns (uint256)
30
MAX_FOOTWEAR_ID() view returns (uint256)
59
MAX_WEAPON_ID() view returns (uint256)
120
name() view returns (string)
GoonBods
owner() view returns (address)
0x55470fad962f1753e85a80ca50cad5515bdf3bc5
symbol() view returns (string)
BOD
totalSupply() view returns (uint256)
5709
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getBodyPrice(uint8 _bottom, uint8 _footwear, uint8 _belt, uint8 _leftHand, uint8 _rightHand) view returns (uint256)
getTraitPrice(uint256 trait) view returns (uint256)
getTraits(uint256 tokenId) view returns (uint256[])
getUnusedAvatarsByOwner(address owner) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
isTraitAvailable(uint256 traitId) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
scarcities(uint256) view 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)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(uint8 _bottom, uint8 _footwear, uint8 _belt, uint8 _leftHand, uint8 _rightHand, uint256 goonID) 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 _baseTokenURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawEther(address _to, uint256 _amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BodyMinted(address indexed _to, uint256 indexed _tokenId, uint256 indexed _goonId, uint8 _bottom, uint8 _footwear, uint8 _belt, uint8 _leftHand, uint8 _rightHand)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _baseTokenURI, address _goonContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.