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 "Bodega"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18521441 | a year ago | | | 0 | 0.0021529375 | |
| 18330380 | a year ago | | | 0 | 0.00027882532 | |
| 18234767 | a year ago | | | 0 | 0.0010130715 | |
| 18142889 | a year ago | | | 0 | 0.00095202858 | |
| 17591545 | a year ago | | | 0 | 0.00042256000 | |
| 17590136 | a year ago | | | 0 | 0.00097895354 | |
| 17583426 | a year ago | | | 0 | 0.0010953191 | |
| 17559245 | a year ago | | | 0 | 0.00093433179 | |
| 17542102 | a year ago | | | 0 | 0.0018345877 | |
| 17539728 | a year ago | | | 0 | 0.00097715359 |
ABI
ABI objects
Getter at block 21178355
OS_PRA() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
collectionsCount() view returns (uint256)
7
owner() view returns (address)
0xf9d357e6d8fbd28543ff29c82f37b759eea1575d
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
claimable(address by) view returns (uint256)
collections(uint256) view returns (uint256 lower, uint256 upper, uint256 supply, uint256 currentSupply, bool paused)
isApprovedForAll(address owner_, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 tokenId) view returns (string)
used(uint256 ggId) view returns (bool)
State-modifying
Events claim()
claimOwner(uint256 qt)
createCollection(uint256 supply, bool fungible)
mintToken(uint256 collectionId, uint256 qt)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setURI(string uri_)
toggle(uint256 collectionId)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
CollectionCreated(uint256 indexed index, uint256 indexed collectionId, bool indexed fungible)
CollectionToggled(bool indexed newState)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
URISet(string indexed newUri)
constructor(string uri_)
This contract contains no fallback and receive objects.
CannotMintPasses()
ClaimantMismatch()
GGsNotFound()
InsufficientPassBalance()
InvalidSignature()
MintingExceedsSupply()
Paused()
Unauthorized()
UnknownCollection()
UnknownToken()
ZeroQuantity()
ZeroSupply()