goblintown
Verified contract
Active on
Ethereum with 7,377 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0000…cd4e
Balances ($0.00)
No balances found for "goblintown"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21171904 | 18 minutes ago | | | 0 | 0.0013248838 | |
| 21169995 | 7 hours ago | | | 0 | 0.0013353582 | |
| 21167888 | 14 hours ago | | | 0 | 0.0018152302 | |
| 21165724 | 21 hours ago | | | 0 | 0.0029502937 | |
| 21165336 | a day ago | | | 0 | 0.0016675701 | |
| 21164566 | a day ago | | | 0 | 0.0010801718 | |
| 21164047 | a day ago | | | 0 | 0.00087145419 | |
| 21163501 | a day ago | | | 0 | 0.00088224040 | |
| 21160858 | 2 days ago | | | 0 | 0.00089964163 | |
| 21156909 | 2 days ago | | | 0 | 0.00085838632 |
ABI
ABI objects
Getter at block 21171993
_partslink() view returns (string)
ipfs://QmdxDAXQZn7LtbTCrfLgYX2YbWHGi2t7UQwqSEpt45YEh2/
byebye() view returns (bool)
false
byebyething() view returns (address)
0x0000000000000000000000000000000000000000
goblins() view returns (uint256)
9999
isOperatorFilterRegistryRevoked() view returns (bool)
false
name() view returns (string)
goblintown
operatorFilterRegistry() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner() view returns (address)
0x62ac2dbbd306610ff8652b9e0d1a310b6c6afa0f
symbol() view returns (string)
GOBLIN
totalSupply() view returns (uint256)
9999
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
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[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address operator, uint256 tokenId) payable
makegobblinhaveparts(string _parts)
makegoblingo(address _thing, bool _bye)
makegoblngobyebye(uint256 _goblin)
makingobblin(address[] _lords)
renounceOwnership()
revokeOperatorFilterRegistry()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
sumthinboutfunds() payable
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
updateOperatorFilterRegistryAddress(address newRegistry)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OperatorFilterRegistryAddressUpdated(address newRegistry)
OperatorFilterRegistryRevoked()
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()
BalanceQueryForZeroAddress()
InitialRegistryAddressCannotBeZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OnlyOwner()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
RegistryHasBeenRevoked()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()