Mech NFT
Verified contract
Active on
Ethereum with 1,552 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 "Mech NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20581683 | 3 months ago | | | 0 | 0.000053098495 | |
| 20290918 | 4 months ago | | | 0 | 0.00033480559 | |
| 20253903 | 4 months ago | | | 0 | 0.000043967878 | |
| 19853261 | 6 months ago | | | 0 | 0.000079548974 | |
| 19060026 | 10 months ago | | | 0 | 0.00023622228 | |
| 18905057 | a year ago | | | 0 | 0.00064931312 | |
| 18283667 | a year ago | | | 0 | 0.00029220200 | |
| 17806496 | a year ago | | | 0 | 0.00081583200 | |
| 17766702 | a year ago | | | 0 | 0.00065344365 | |
| 17361656 | a year ago | | | 0 | 0.0015920171 |
ABI
ABI objects
Getter at block 21205811
collectionSize() view returns (uint256)
10000
currentRoundIndex() view returns (uint8)
0
mintConfigCount() view returns (uint256)
1
name() view returns (string)
Mech NFT
owner() view returns (address)
0xc413df5737b95d07bc7d114e98184608d9c4bb08
payoutAddress() view returns (address)
0x8532a496336a52a6cd9e60a0d85e7402fa448b3e
signerAddress() view returns (address)
0xc413df5737b95d07bc7d114e98184608d9c4bb08
symbol() view returns (string)
MECH
tokenBaseURI() view returns (string)
https://api.rmwworld.io/metadata/
totalSupply() view returns (uint256)
769
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCurrentMintAmount(uint256 timestamp) view returns (uint256)
getCurrentRoundIndex(uint256 currentTime) view returns (uint8)
isApprovedForAll(address owner, address operator) view returns (bool)
isAuthorized(address sender, uint8 v, bytes32 r, bytes32 s) view returns (bool)
mintConfigs(uint256) view returns (uint256 startTime, uint256 endTime, uint256 price, uint64 roundLimit, uint64 mintLimitAmount, uint8 stage)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256 tokenId)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint8 quantity) payable
mintForAirdrop(address[] addresses, uint256 quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCurrentRoundIndex(uint8 _currentRoundIndex)
setIpfsMetadata(uint256 tokenId, string ipfsURI)
setMintConfig(uint256 roundIndex, uint256 startTime, uint256 endTime, uint256 price, uint64 roundLimit, uint64 mintLimitAmount, uint8 stage)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint8 quantity, uint8 v, bytes32 r, bytes32 s) 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 _tokenBaseURI, uint256 _collectionSize, address _signerAddress, address _payoutAddress, address _feeAddress, uint96 _feeNumerator)
This contract contains no fallback and receive objects.
This contract contains no error objects.