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 "Mecha"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16306359 | 2 years ago | | | 0 | 0.00078314379 | |
| 16184439 | 2 years ago | | | 0 | 0.0013421200 | |
| 15647649 | 2 years ago | | | 0 | 0.00084327539 | |
| 15620511 | 2 years ago | | | 0 | 0.00031191000 | |
| 15535709 | 2 years ago | | | 0 | 0.00051445484 | |
| 15481468 | 2 years ago | | | 0 | 0.00080728593 | |
| 15481119 | 2 years ago | | | 0 | 0.00071867242 | |
| 15301894 | 2 years ago | | | 0 | 0.00052015541 | |
| 15213087 | 2 years ago | | | 0 | 0.0014529378 | |
| 15206220 | 2 years ago | | | 0 | 0.00072704735 |
ABI
ABI objects
Getter at block 21262660
contractURI() view returns (string)
https://gateway.pinata.cloud/ipfs/Qme1AfsUBSV7ahdEu1swsp48rYD7f3DzThDnYiFK28TQjQ
currentSupply() view returns (uint256)
192
maxSupply() view returns (uint256)
200
name() view returns (string)
Mecha
owner() view returns (address)
0x55a0e7bcc50d5226ada63f3cd37614dd85076dcf
privateSaleActive() view returns (bool)
false
renewalPrice() view returns (uint256)
125000000000000000
saleActive() view returns (bool)
false
symbol() view returns (string)
MECHA
tokenPrice() view returns (uint256)
250000000000000000
transfersEnabled() view returns (bool)
true
Read-only
authenticateUser(uint256 _tokenId) view returns (bool)
balanceOf(address owner) view returns (uint256)
expiryTime(uint256) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasWhitelist(address _address) view returns (bool)
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)
State-modifying
Events addTokenSupply(uint256 _newTokens)
addWhitelist(address[] _addresses)
approve(address to, uint256 tokenId)
changeRenewalPrice(uint256 _changedRenewalPrice)
ownerOnlyMint(address _receiver)
ownerRenewToken(uint256 _tokenId)
privateMint() payable
publicMint() payable
removeTokens(uint256 _numTokens)
renewToken(uint256 _tokenId) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setContractURI(string contractURI_)
setTokenURI(string tokenURI_)
togglePrivateSale()
toggleSale()
toggleTransfers()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawBalance()
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 tokenURI_, string contractURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.