Goobers NFT Rewards
Verified contract
Active on
Ethereum with 4,224 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 "Goobers NFT Rewards"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20525525 | 3 months ago | | | 0 | 0.000088442587 | |
| 20492754 | 3 months ago | | | 0 | 0.00014107036 | |
| 20396534 | 4 months ago | | | 0 | 0.000085148367 | |
| 20145339 | 5 months ago | | | 0 | 0.00015641200 | |
| 20089280 | 5 months ago | | | 0 | 0.00016821613 | |
| 19602476 | 7 months ago | | | 0 | 0.00067626423 | |
| 19311973 | 9 months ago | | | 0 | 0.0010379268 | |
| 18944200 | 10 months ago | | | 0 | 0.00055397970 | |
| 18944184 | 10 months ago | | | 0 | 0.00048192329 | |
| 18899502 | a year ago | | | 0 | 0.0022333578 |
ABI
ABI objects
Getter at block 21206826
admin() view returns (address)
0x9a40975ac35280c1963b3e8848bc3fe088509691
metadata() view returns (string)
https://storage.gridcraft.net/ipfs/QmXXgcXXAUP2ytmYoYkKNTwkg7tAeWw7csMtr6xnQuBAq9/
name() view returns (string)
Goobers NFT Rewards
symbol() view returns (string)
GOOBREWARDS
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
hasBeenMinted(address _sender, uint256 _nftId, bool _unique, uint256 _nonce) view returns (bool)
hashTransaction(address _sender, uint256 _nftId, bool _unique, uint256 _nonce) pure returns (bytes32)
isApprovedForAll(address account, address operator) view returns (bool)
matchSignerAdmin(bytes32 _payload, bytes _signature) view returns (bool)
signTransaction(bytes32 _hash) pure returns (bytes32)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 _id) view returns (string)
State-modifying
Events adminBatchMint(address[] _to, uint256[] _ids, uint256[] _values, bytes _data)
authorizedMint(uint256 _nftId, bool _unique, uint256 _nonce, bytes _signature)
changeAdmin(address newAdmin)
changeApprovedSigner(address newSigner)
changeMaintainer(address newAddress)
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)
updateMetadata(string _metadata)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
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)
constructor(string _name, string _symbol, string _metadata)
This contract contains no fallback and receive objects.
This contract contains no error objects.