GoblinBurgers
Verified contract
Active on
Ethereum with 806 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 "GoblinBurgers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15398544 | 2 years ago | | | 0 | 0.00075232101 | |
| 15215537 | 2 years ago | | | 0 | 0.0017090883 | |
| 14902744 | 2 years ago | | | 0 | 0.00095588079 | |
| 14901996 | 2 years ago | | | 0 | 0.0013335235 | |
| 14897132 | 2 years ago | | | 0 | 0.0021726223 | |
| 14895500 | 2 years ago | | | 0 | 0.0026915713 | |
| 14893133 | 2 years ago | | | 0 | 0.0046839958 | |
| 14892579 | 2 years ago | | | 0 | 0.0040985755 | |
| 14892088 | 2 years ago | | | 0 | 0.0038848286 | |
| 14891610 | 2 years ago | | | 0 | 0.0040296665 |
ABI
ABI objects
Getter at block 21291055
_baseTokenURI() view returns (string)
cost() view returns (uint256)
2900000000000000
hiddenMetadataUri() view returns (string)
https://gateway.pinata.cloud/ipfs/QmXPtiDHcEXATnJ8Ps4VHNRVkcjJwZo29zuPdpa8orsToc/GB_json
maxMintAmountPerTx() view returns (uint256)
20
maxSupply() view returns (uint256)
3333
name() view returns (string)
GoblinBurgers
owner() view returns (address)
0x8e29cc1db1703461a23d0748b86e0d8d198796c8
paused() view returns (bool)
false
revealed() view returns (bool)
false
symbol() view returns (string)
GOBLINBURGER
totalSupply() view returns (uint256)
3333
Read-only
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)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPaused(bool _state)
setRevealed(bool _state)
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 _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()