Athletic Tiger
Verified contract
Active on
Ethereum with 983 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 "Athletic Tiger"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20650741 | 2 months ago | | | 0 | 0.000052503593 | |
| 20564793 | 3 months ago | | | 0 | 0.00018071940 | |
| 19849767 | 6 months ago | | | 0 | 0.000063814330 | |
| 19542558 | 7 months ago | | | 0 | 0.0010186657 | |
| 19363828 | 8 months ago | | | 0 | 0.0051499473 | |
| 19337076 | 8 months ago | | | 0 | 0.0022347436 | |
| 19073365 | 10 months ago | | | 0 | 0.00046624402 | |
| 18326172 | a year ago | | | 0 | 0.00039733639 | |
| 17921418 | a year ago | | | 0 | 0.0017993538 | |
| 16702750 | 2 years ago | | | 0 | 0.00096585761 |
ABI
ABI objects
Getter at block 21168185
GIVEAWAY_MINTED() view returns (uint256)
83
MAX_BY_MINT_IN_TRANSACTION_PRESALE() view returns (uint256)
7
MAX_BY_MINT_IN_TRANSACTION_SALE() view returns (uint256)
7
MAX_MINT_PRESALE() view returns (uint256)
7
MAX_MINT_SALE() view returns (uint256)
7
MAX_NFT() view returns (uint256)
7000
PRESALE_MINTED() view returns (uint256)
846
PRESALE_PRICE() view returns (uint256)
65000000000000000
SALE_MINTED() view returns (uint256)
202
SALE_PRICE() view returns (uint256)
75000000000000000
merkleRoot() view returns (bytes32)
0x51ec38a9220717d21072a1f86f3478ce4ca8335d20f10b75ee3ed0ca214da817
name() view returns (string)
Athletic Tiger
owner() view returns (address)
0x44f0ef7a8f62d927876deca75934e4a1d9999b38
presaleEnable() view returns (bool)
false
saleEnable() view returns (bool)
false
symbol() view returns (string)
AT
totalSupply() view returns (uint256)
1131
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 tokenId)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
users(address) view returns (uint256 presalemint, uint256 salemint)
State-modifying
Events approve(address to, uint256 tokenId)
mintGiveawayNFT(address _to, uint256 _count)
mintPreSaleNFT(uint256 _count, bytes32[] merkleProof) payable
mintSaleNFT(uint256 _count) payable
renounceOwnership()
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
safeTransferFrom(address from, address to, uint256 tokenId)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setPreSaleStatus(bool status)
setSaleStatus(bool status)
transferFrom(address _from, address _to, uint256 _tokenId)
transferOwnership(address newOwner)
updateMaxSupply(uint256 newSupply)
updateMerkleRoot(bytes32 newRoot)
updateMintLimitPerTransectionPreSale(uint256 newLimit)
updateMintLimitPerTransectionSale(uint256 newLimit)
updatePreSaleMintLimit(uint256 newLimit)
updatePreSalePrice(uint256 newPrice)
updateSaleMintLimit(uint256 newLimit)
updateSalePrice(uint256 newPrice)
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.