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 "GranpaOB"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17882996 | a year ago | | | 0 | 0.00072511002 | |
| 16814774 | 2 years ago | | | 0 | 0.0017268243 | |
| 16299316 | 2 years ago | | | 0 | 0.00078354700 | |
| 16299242 | 2 years ago | | | 0 | 0.0010617490 | |
| 15194076 | 2 years ago | | | 0 | 0.00098205594 | |
| 15142979 | 2 years ago | | | 0 | 0.0010284915 | |
| 15130529 | 2 years ago | | | 0 | 0.00062008844 | |
| 15013689 | 2 years ago | | | 0 | 0.0021394874 | |
| 15006123 | 2 years ago | | | 0 | 0.0010194455 | |
| 14952257 | 2 years ago | | | 0 | 0.0018407899 |
ABI
ABI objects
Getter at block 21178722
hiddenMetadataUri() view returns (string)
ipfs://QmWdnyRikfkrx8E4AgHfDVNNwGxfQtmk4ZkrqB5GW85eCv/hidden.json
maxFreeMint() view returns (uint256)
3900
maxMintAmountPerWallet() view returns (uint256)
10
maxSupply() view returns (uint256)
5555
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
GranpaOB
owner() view returns (address)
0x1e5adb9c880723dcfe3d05c85a6eee4546ea6d1b
paused() view returns (bool)
false
price() view returns (uint256)
5500000000000000
revealed() view returns (bool)
false
symbol() view returns (string)
GOP
totalSupply() view returns (uint256)
3937
uriPrefix() view returns (string)
uriSuffix() view returns (string)
.json
Read-only
addressMintedBalance(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxFreeMint(uint256 _maxFreeMint)
setMaxMintAmountPerWallet(uint256 _maxMintAmountPerWallet)
setMaxSupply(uint256 _maxSupply)
setMerkleRoot(bytes32 _merkleRoot)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setprice(uint256 _price)
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 _tokenName, string _tokenSymbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()