They'll Never Get It
Verified contract
Active on
Ethereum with 415 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 "They'll Never Get It"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15667584 | 2 years ago | | | 0 | 0.00035521379 | |
| 15645805 | 2 years ago | | | 0 | 0.00041573700 | |
| 15538496 | 2 years ago | | | 0 | 0.00055544955 | |
| 15385365 | 2 years ago | | | 0 | 0.00038670294 | |
| 15306763 | 2 years ago | | | 0 | 0.00050271541 | |
| 15306763 | 2 years ago | | | 0 | 0.00069239004 | |
| 15195842 | 2 years ago | | | 0 | 0.00035477368 | |
| 15091913 | 2 years ago | | | 0 | 0.0011096466 | |
| 14918397 | 2 years ago | | | 0 | 0.0086815142 | |
| 14918324 | 2 years ago | | | 0 | 0.0024405796 |
ABI
ABI objects
Getter at block 21321371
GetitUri() view returns (string)
do you get it?
cost() view returns (uint256)
0
doyouExtension() view returns (string)
.json
doyouURI() view returns (string)
ipfs://QmQFaWo8i7NWbrvKKDz7KZEqb6q3J3bASSGpTRJfk2MQRS/
freeMints() view returns (uint256)
10000
maxMintAmount() view returns (uint256)
5
maxSupply() view returns (uint256)
10000
name() view returns (string)
They'll Never Get It
owner() view returns (address)
0x0af4c2807ae375414ca1d0b049c409367f8b66f2
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
TNGI
totalSupply() view returns (uint256)
1680
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)
whitelisted(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
mint(address _to, uint256 _mintAmount) payable
pause(bool _state)
removeWhitelistUser(address _user)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _newCost)
setDoyouExtension(string _newDoyouExtension)
setDoyouURI(string _newDoyouURI)
setGetitURI(string _GetitURI)
setmaxMintAmount(uint256 _newmaxMintAmount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistUser(address _user)
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(string _name, string _symbol, string _initDoyouURI, string _initGetitUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.