MechaTiger
Verified contract
Active on
Ethereum with 614 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 "MechaTiger"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18803354 | a year ago | | | 0 | 0.00070375953 | |
| 17158403 | 2 years ago | | | 0 | 0.0029022194 | |
| 17014743 | 2 years ago | | | 0 | 0.00049952230 | |
| 16535163 | 2 years ago | | | 0 | 0.00051869817 | |
| 16535161 | 2 years ago | | | 0 | 0.00047278757 | |
| 16528833 | 2 years ago | | | 0 | 0.0018358736 | |
| 16460903 | 2 years ago | | | 0 | 0.00073153577 | |
| 16139222 | 2 years ago | | | 0 | 0.00065349200 | |
| 16113254 | 2 years ago | | | 0 | 0.00062733661 | |
| 16081591 | 2 years ago | | | 0 | 0.00055893457 |
ABI
ABI objects
Getter at block 21222015 getBaseExtension() view returns (string) getNonRevealBaseURI() view returns (string) getPreSaleLive() view returns (bool _preSaleLive) getSignerAddress() view returns (address signerAddress)
baseTokenURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmVWXhA5Yg8doK3QEUmoeubZ5Var7TgKszphTa4Dqk8772/
name() view returns (string)
Mecha Tiger
owner() view returns (address)
0xc0ba6ddd7b7a5e5c6a0b7c8fb17d500e8426ff36
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
MCT
totalSupply() view returns (uint256)
222
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)
preSaleListAddress(address) view returns (uint256)
publicSaleListAddress(address) view returns (uint256)
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)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
ownerMint(uint256 tokenQuantity)
preSaleMint(struct WhitelistVerificationWhitelist walletAddress, uint256 tokenQuantity) payable
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _baseExtension)
setBaseTokenURI(string _baseTokenURI)
setNonRevealBaseURI(string _nonRevealBaseURI)
setPreSaleLive(bool _preSaleLive)
setPublicSaleLive(bool _publicSaleLive)
setSignerAddress(address addr)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.