GYMBROs
Verified contract
Active on
Ethereum with 11,929 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 "GYMBROs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21268628 | 2 days ago | | | 0 | 0.00066173090 | |
| 21268624 | 2 days ago | | | 0 | 0.00072500938 | |
| 21260701 | 3 days ago | | | 0 | 0.00039809571 | |
| 21247521 | 5 days ago | | | 0 | 0.0010633687 | |
| 21221010 | 9 days ago | | | 0 | 0.00038478949 | |
| 21214364 | 10 days ago | | | 0 | 0.00065030428 | |
| 21121322 | 23 days ago | | | 0 | 0.00057311957 | |
| 21107125 | 25 days ago | | | 0 | 0.00028726698 | |
| 21075936 | a month ago | | | 0 | 0.00059207049 | |
| 21074797 | a month ago | | | 0 | 0.00038884177 |
ABI
ABI objects
Getter at block 21283739
GBRO_MAX() view returns (uint256)
10000
GBRO_MAX_PRESALE() view returns (uint256)
2000
GBRO_PER_WALLET() view returns (uint256)
20
GBRO_PER_WALLET_PRESALE() view returns (uint256)
3
GBRO_PREMINT() view returns (uint256)
50
GBRO_PRICE() view returns (uint256)
70000000000000000
contractURI() view returns (string)
ipfs://QmYqZvX9BNLSvEqYRUoPiHRhXpKu3vntRUpD6DubdskHi9
locked() view returns (bool)
false
name() view returns (string)
GYMBROs
owner() view returns (address)
0x6850b7cd829b801a44f1ac35ccb8bf3361861b83
presaleLive() view returns (bool)
false
provenance() view returns (string)
ee183fa89a6943096f5eb79d85a08dd62fdd58781ebfb62f7a48f5289ac53b8e
root() view returns (bytes32)
0x1efc08717c7222504dceb915cf7f097e285f6276d027e45091baaa7e92bab1b1
saleLive() view returns (bool)
true
symbol() view returns (string)
GBRO
totalSupply() view returns (uint256)
10000
Read-only
addressToMinted(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address wallet, bytes32[] proof) 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)
buy(uint256 quantity) payable
lockMetadata()
presaleBuy(uint256 quantity, bytes32[] proof) 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 newBaseURI)
setContractURI(string newContractURI)
setProvenanceHash(string hash)
setRoot(bytes32 _root)
togglePresale()
toggleSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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 newBaseTokenURI, string newContractURI, bytes32 _root)
This contract contains no fallback and receive objects.
This contract contains no error objects.