GoblinGoonz
Verified contract
Active on
Ethereum with 4,342 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 "GoblinGoonz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20916946 | a month ago | | | 0 | 0.00046257257 | |
| 19123290 | 9 months ago | | | 0 | 0.00045576022 | |
| 18910211 | 10 months ago | | | 0 | 0.00047666173 | |
| 18546790 | a year ago | | | 0 | 0.00058641607 | |
| 18228979 | a year ago | | | 0 | 0.00034161138 | |
| 17967396 | a year ago | | | 0 | 0.00096389201 | |
| 17518932 | a year ago | | | 0 | 0.00060872416 | |
| 17518856 | a year ago | | | 0 | 0.00090185472 | |
| 17518353 | a year ago | | | 0 | 0.00060074505 | |
| 17518233 | a year ago | | | 0 | 0.0013615847 |
ABI
ABI objects
Getter at block 21160450
cost1() view returns (uint256)
0
cost2() view returns (uint256)
6900000000000000
hiddenMetadataUri() view returns (string)
maxLimitPerWallet() view returns (uint256)
7777
maxMintAmountPerTx() view returns (uint256)
50
name() view returns (string)
GoblinGoonz
owner() view returns (address)
0x8721c5a621a42b64ae8245d4431cafc032d6f954
price() view returns (uint256)
0
revealed() view returns (bool)
true
sale() view returns (bool)
true
supplyLimit() view returns (uint256)
7777
symbol() view returns (string)
GGZ
totalSupply() view returns (uint256)
7777
uri() view returns (string)
ipfs://QmWJTFVJZyoCeLoKSAh4Jq4huciAkiMTHvkDdPquN9X6xF/
uriSuffix() view returns (string)
.json
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)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events Airdrop(uint256 _mintAmount, address _receiver)
Mint(uint256 _mintAmount) payable
approve(address to, uint256 tokenId)
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)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setRevealed(bool _state)
setSaleStatus(bool _sale)
setUriSuffix(string _uriSuffix)
setcost1(uint256 _cost1)
setcost2(uint256 _cost2)
setmaxLimitPerWallet(uint256 _maxLimitPerWallet)
setsupplyLimit(uint256 _supplyLimit)
seturi(string _uri)
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 _uri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()