Goblinland_wtf
Verified contract
Active on
Ethereum with 11,031 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 |
---|---|---|---|---|---|
SMELLYLAND | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21356192 | 10 days ago | | | 0 | 0.00023012679 | |
| 20761959 | 3 months ago | | | 0 | 0.00041187258 | |
| 20655654 | 4 months ago | | | 0 | 0.000019795200 | |
| 19885021 | 7 months ago | | | 0 | 0.00011249843 | |
| 19636158 | 8 months ago | | | 0 | 0.00050776768 | |
| 19612416 | 8 months ago | | | 0 | 0.0018753415 | |
| 19253099 | 10 months ago | | | 0 | 0.00043226159 | |
| 18867300 | a year ago | | | 0 | 0.00059979140 | |
| 18854671 | a year ago | | | 0 | 0.00055305989 | |
| 18851032 | a year ago | | | 0 | 0.00097351336 |
ABI
ABI objects
Getter at block 21427758
contractURI() view returns (string)
https://bafybeiaymw3k7epr7oyglllm36uycsw3ojwhcn7zzxsrud53hexjxj3jlu.ipfs.nftstorage.link/metadata.json
maxMintAmountPerTx() view returns (uint256)
1
maxMintAmountPerWallet() view returns (uint256)
1
maxSupply() view returns (uint256)
5000
name() view returns (string)
Goblinland_wtf
owner() view returns (address)
0xc6503b1be9befccda0deac10d0e2037c2ee3dc25
paused() view returns (bool)
false
symbol() view returns (string)
SMELLYLAND
totalSupply() view returns (uint256)
5000
uriPrefix() view returns (string)
ipfs://bafybeidrsk65smnss6oqszbuwtzw2v2sywfiqgmad3xmcn23cuquihqypm/
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedWallets(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
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, string _address) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setContractURI(string _contractURI)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPaused(bool _state)
setRoyaltyInfo(address _receiver, uint96 _royaltyFeesInBips)
setUriPrefix(string _uriPrefix)
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(uint96 _royaltyFeesInBips, string _contractURI, string _Ps)
This contract contains no fallback and receive objects.
This contract contains no error objects.