MintContract
Verified contract
Active on
Ethereum with 43 txns
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
mfer | ERC-20 | 391.392761 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14825205 | 3 years ago | | | 0 | 0.0032926615 | |
| 14774168 | 3 years ago | | | 0 | 0.0066513837 | |
| 14752848 | 3 years ago | | | 0 | 0.0083844749 | |
| 14739072 | 3 years ago | | | 0 | 0.0040693363 | |
| 14721495 | 3 years ago | | | 0 | 0.0089944755 | |
| 14643389 | 3 years ago | | | 0 | 0.0060318729 | |
| 14604240 | 3 years ago | | | 0 | 0.0074782199 | |
| 14599220 | 3 years ago | | | 0 | 0.0050480571 | |
| 14593926 | 3 years ago | | | 0 | 0.0057718925 | |
| 14593699 | 3 years ago | | | 0 | 0.0058314071 |
ABI
ABI objects
Getter at block 21277121
FREE_MINT_CAP_PER_WALLET_ADDRESS() view returns (uint256)
10
mferToken() view returns (address)
0xb24040ea13e14f3f844ae12e033f94a843300b86
nftAddress() view returns (address)
0xd35b4d6b6f5807c552d7fdb79c7fab1d7a232c3a
owner() view returns (address)
0x5b76f295498954b7ccafa8d6a809a89f79c4a643
Read-only
freeMintCountMap(address) view returns (uint256)
getFreeMintCount(address mintAddress) view returns (uint256)
State-modifying
Events freeMint(uint256 _amount)
renounceOwnership()
setMintPrice(uint256 _amount)
transferCoinOwnership(address _newOwner)
transferNftOwnership(address _newOwner)
transferOwnership(address newOwner)
withdraw()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _nftAddress, address _mferToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.