GOOF BEARS
Verified contract
Active on
Ethereum with 997 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 "GOOF BEARS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17004265 | 2 years ago | | | 0 | 0.0018972704 | |
| 16518283 | 2 years ago | | | 0 | 0.00063956516 | |
| 16419326 | 2 years ago | | | 0 | 0.00081501659 | |
| 16308028 | 2 years ago | | | 0 | 0.00070110169 | |
| 16302075 | 2 years ago | | | 0 | 0.00073798500 | |
| 16302075 | 2 years ago | | | 0 | 0.0010299750 | |
| 16302075 | 2 years ago | | | 0 | 0.0010656450 | |
| 16302075 | 2 years ago | | | 0 | 0.0011013150 | |
| 16302075 | 2 years ago | | | 0 | 0.0011369850 | |
| 16302074 | 2 years ago | | | 0 | 0.00073816500 |
ABI
ABI objects
Getter at block 21295929
cost() view returns (uint256)
2500000000000000
freeAmount() view returns (uint256)
7000
freeMaxMintAmount() view returns (uint256)
10
hiddenMetadataUri() view returns (string)
ipfs://__CID__/hidden.json
maxMintAmountPerTx() view returns (uint256)
15
maxSupply() view returns (uint256)
10000
name() view returns (string)
GOOF BEARS
owner() view returns (address)
0x015cc76fe500b17096e5cd2acef47c33cfcb3164
paused() view returns (bool)
false
publicSale() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
GBNFT
totalMaxMintAmount() view returns (uint256)
100
totalSupply() view returns (uint256)
5362
uriPrefix() view returns (string)
ipfs://QmZekP4eMbkUjbfKBbGcZRprJnanNFzbUgrDkUJjZoPd6P/
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
mintForAddress(uint256 _mintAmount, address _receiver)
ownerMint(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)
setCost(uint256 _cost)
setFreeAmount(uint256 _freeAmount)
setFreeMaxMintAmount(uint256 _freeMaxMintAmount)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPaused(bool _state)
setPublicSale(bool _state)
setRevealed(bool _state)
setTotalMaxMintAmount(uint256 _amount)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()