TenaciousTigers
Verified contract
Active on
Ethereum with 907 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 "TenaciousTigers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19320220 | 8 months ago | | | 0 | 0.0025131894 | |
| 19320206 | 8 months ago | | | 0 | 0.0047173704 | |
| 19273049 | 9 months ago | | | 0 | 0.0016148619 | |
| 19259501 | 9 months ago | | | 0 | 0.0022437034 | |
| 18899273 | 10 months ago | | | 0 | 0.00096831786 | |
| 18865305 | a year ago | | | 0 | 0.00063368359 | |
| 18323218 | a year ago | | | 0 | 0.00031168911 | |
| 18029129 | a year ago | | | 0 | 0.0022574220 | |
| 18029114 | a year ago | | | 0 | 0.0025335961 | |
| 18028986 | a year ago | | | 0 | 0.0028900057 |
ABI
ABI objects
Getter at block 21169016
MAX_PURCHASEABLE() view returns (uint256)
20
PROVENANCE() view returns (string)
mintCost() view returns (uint256)
60000000000000000
name() view returns (string)
TenaciousTigers
owner() view returns (address)
0x25d83fe6fd0e831d89565eb6ab58da0bc68b904b
presaleStartTime() view returns (uint256)
1635431400
publicStartTime() view returns (uint256)
1952472777
reserveSent() view returns (uint256)
2
symbol() view returns (string)
TT
totalSupply() view returns (uint256)
1482
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)
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)
claimPresale(bytes32[] proof, uint256 _amountToMint) payable
claimPublicSale(uint256 _amountToMint) payable
renounceOwnership()
reserves(address _to, uint256 _amountToMint)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseTokenURI)
setMerkleRoot(bytes32 _merkleRoot)
setPresaleStartTime(uint256 _startTime)
setProvenanceHash(string _provenanceHash)
setPublicStartTime(uint256 _startTime)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawal() 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 baseTokenURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.