GoblinTown
Verified contract
Active on
Ethereum with 420 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 "GoblinTown"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16665316 | 2 years ago | | | 0 | 0.00086055474 | |
| 16097440 | 2 years ago | | | 0 | 0.0012113176 | |
| 16085169 | 2 years ago | | | 0 | 0.00065451583 | |
| 15874871 | 2 years ago | | | 0 | 0.00045156071 | |
| 14924116 | 2 years ago | | | 0 | 0.0024032780 | |
| 14858207 | 2 years ago | | | 0 | 0.00074914008 | |
| 14822781 | 3 years ago | | | 0 | 0.00088386357 | |
| 14814344 | 3 years ago | | | 0 | 0.0018458000 | |
| 14814275 | 3 years ago | | | 0 | 0.0030231087 | |
| 14807510 | 3 years ago | | | 0 | 0.0016464762 |
ABI
ABI objects
Getter at block 21263020
GBT_MAX() view returns (uint256)
2001
GBT_MAX_PER_TX() view returns (uint256)
10
contractURI() view returns (string)
ipfs://bafkreigaugt3lwiem5tc23fsfvbmbetksc2zfgf336aok6zoljj35m62c4
isOpen() view returns (bool)
true
name() view returns (string)
GoblinTown
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x5dc9c42559a7a80c08faddc3a7fa5a721c3bb99c
symbol() view returns (string)
GBT
totalSupply() view returns (uint256)
2001
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setContractURI(string uri)
setIsOpen()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.