GoblinImposters
Verified contract
Active on
Ethereum with 375 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KAITO | ERC-721 | 1 | -- | -- | |
SUS | ERC-721 | 1 | -- | -- | |
SUS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17966647 | a year ago | | | 0 | 0.00095323858 | |
| 17657124 | a year ago | | | 0 | 0.0012165643 | |
| 17644674 | a year ago | | | 0 | 0.00095370503 | |
| 16971280 | 2 years ago | | | 0 | 0.0021291289 | |
| 16765996 | 2 years ago | | | 0 | 0.0012723851 | |
| 16712950 | 2 years ago | | | 0 | 0.0015501724 | |
| 16705490 | 2 years ago | | | 0 | 0.0021093246 | |
| 16363987 | 2 years ago | | | 0 | 0.00099468607 | |
| 16363984 | 2 years ago | | | 0 | 0.0014517856 | |
| 16314057 | 2 years ago | | | 0 | 0.00066885864 |
ABI
ABI objects
Getter at block 21421334
maxPerAddress() view returns (uint256)
4
maxPerTx() view returns (uint256)
4
maxPublisale() view returns (uint256)
9500
maxToken() view returns (uint256)
10000
name() view returns (string)
GoblinImposters
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x20caf10418d52a532c189eed71932b230de58e57
price() view returns (uint256)
3000000000000000
publicSale() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
SUS
totalSupply() view returns (uint256)
1023
whitelistSale() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) 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)
flipPublicSaleState()
flipRevealedState()
flipWhitelistState()
mint(uint256 quantity, bytes32[] proof) 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 baseURI)
setPrice(uint256 _PriceInWEI)
setRoot(bytes32 _root)
setUnrevealedURI(string baseURI)
teamAllocationMint(address _address, uint256 quantity)
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.