Goblintown 3D
Verified contract
Active on
Ethereum with 903 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 3D"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16300174 | 2 years ago | | | 0 | 0.00053438248 | |
| 16300136 | 2 years ago | | | 0 | 0.0010475574 | |
| 15732086 | 2 years ago | | | 0 | 0.0039330211 | |
| 15609726 | 2 years ago | | | 0 | 0.00026609753 | |
| 15402659 | 2 years ago | | | 0 | 0.00023364428 | |
| 15402604 | 2 years ago | | | 0 | 0.00036066484 | |
| 14985630 | 2 years ago | | | 0 | 0.00062254708 | |
| 14894100 | 3 years ago | | | 0 | 0.0011196935 | |
| 14892750 | 3 years ago | | | 0 | 0.0033765121 | |
| 14875708 | 3 years ago | | | 0 | 0.0016876135 |
ABI
ABI objects
Getter at block 21408569
baseURI() view returns (string)
ipfs://QmYocB4EZpTqt6YLLedmZfLu779eWiyVX9eWJ8E3dGhCrT/
mintIsActive() view returns (bool)
true
mintRate() view returns (uint256)
0
name() view returns (string)
Goblintown 3D
owner() view returns (address)
0xb095bba4f4f42f0bad240c0d975dca475b992645
symbol() view returns (string)
Goblin3D
totalSupply() view returns (uint256)
8888
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 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMintRate(uint256 _mintRate)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()