GoblinPetsTown
Verified contract
Active on
Ethereum with 1,795 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 "GoblinPetsTown"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19624486 | 7 months ago | | | 0 | 0.00067565500 | |
| 19555355 | 7 months ago | | | 0 | 0.00057648162 | |
| 17874203 | a year ago | | | 0 | 0.00082026068 | |
| 17514414 | a year ago | | | 0 | 0.0011969368 | |
| 17039051 | 2 years ago | | | 0 | 0.0021114731 | |
| 16501662 | 2 years ago | | | 0 | 0.00039548578 | |
| 15646653 | 2 years ago | | | 0 | 0.00047992304 | |
| 15461930 | 2 years ago | | | 0 | 0.00024965994 | |
| 15439188 | 2 years ago | | | 0 | 0.00036743150 | |
| 15432005 | 2 years ago | | | 0 | 0.00033494016 |
ABI
ABI objects
Getter at block 21172669
maxFreeMint() view returns (uint256)
5000
maxMintAmountPerTX() view returns (uint256)
10
maxSupply() view returns (uint256)
10000
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
GoblinPetsTown
owner() view returns (address)
0x49ac698a1731fddc41641e23b62488198b105dca
paused() view returns (bool)
false
price() view returns (uint256)
1000000000000000
symbol() view returns (string)
gp.wtf
totalSupply() view returns (uint256)
10000
uriPrefix() view returns (string)
ipfs://QmVZn5nDjYqujrBfXAby4DJio6sN8J6U3v51nTA2i8HQPz/
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)
setMaxFreeMint(uint256 _maxFreeMint)
setMaxSupply(uint256 _maxSupply)
setMerkleRoot(bytes32 _merkleRoot)
setPaused(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setmaxMintAmountPerTX(uint256 _maxMintAmountPerTX)
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()