troll-town.wtf
Verified contract
Active on
Ethereum with 24,334 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 |
---|---|---|---|---|---|
Nugs | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21141921 | 4 days ago | | | 0 | 0.00045700564 | |
| 21127457 | 6 days ago | | | 0 | 0.0013182891 | |
| 21101782 | 9 days ago | | | 0 | 0.00020067750 | |
| 20932085 | a month ago | | | 0 | 0.00045885623 | |
| 20786709 | 2 months ago | | | 0 | 0.00039882965 | |
| 20783488 | 2 months ago | | | 0 | 0.00050867804 | |
| 20779115 | 2 months ago | | | 0 | 0.00039666893 | |
| 20744570 | 2 months ago | | | 0 | 0.00024354588 | |
| 20688824 | 2 months ago | | | 0 | 0.000096025408 | |
| 20650355 | 2 months ago | | | 0 | 0.000053962086 |
ABI
ABI objects
Getter at block 21168630
maxPerAddress() view returns (uint256)
100
maxPerTx() view returns (uint256)
20
maxToken() view returns (uint256)
10000
name() view returns (string)
troll-town.wtf
nextOwnerToExplicitlySet() view returns (uint256)
0
notRevealedUri() view returns (string)
ipfs://QmcDHMJ63ur4AUo1mG3zfFYv43wPsZFesrTUGSpbvh5PAP/
owner() view returns (address)
0x4b2ba81d2f23c343c3b711feb3224d8407ca0066
price() view returns (uint256)
30000000000000000
publicSale() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
TTWTF
totalSupply() view returns (uint256)
9999
whitelistSale() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
freeMinted(address) view returns (bool)
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()
flipWhitelistState()
mint(uint256 quantity, bytes32[] proof) payable
ownerMint(address _address, uint256 quantity)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setNotRevealedURI(string _notRevealedURI)
setPrice(uint256 _PriceInWEI)
setRoot(bytes32 _root)
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(string _NAME, string _SYMBOL)
This contract contains no fallback and receive objects.
This contract contains no error objects.