The Free Mint Pass
Verified contract
Active on
Ethereum with 3,738 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 "The Free Mint Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20304993 | 4 months ago | | | 0 | 0.00014202755 | |
| 20216345 | 5 months ago | | | 0 | 0.000088428349 | |
| 20216345 | 5 months ago | | | 0 | 0.00015436773 | |
| 20060210 | 6 months ago | | | 0 | 0.00025522003 | |
| 19961180 | 6 months ago | | | 0 | 0.00061496572 | |
| 19905999 | 6 months ago | | | 0 | 0.00016644566 | |
| 19902950 | 6 months ago | | | 0 | 0.00013753880 | |
| 19755306 | 7 months ago | | | 0 | 0.00036788557 | |
| 19753389 | 7 months ago | | | 0 | 0.00040459197 | |
| 19693462 | 7 months ago | | | 0 | 0.00037932365 |
ABI
ABI objects
Getter at block 21282450
contractURI() view returns (string)
https://metadata.mikehager.de/mintpassContract.json
contractUri() view returns (string)
https://metadata.mikehager.de/mintpassContract.json
isMintEnabled() view returns (bool)
false
mintLimit() view returns (uint256)
1
name() view returns (string)
The Free Mint Pass
owner() view returns (address)
0x7decf7a31168778f311c57b9a948abaa7321001e
symbol() view returns (string)
TFMP
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getMintLimitByAddress(address _address) view returns (uint256)
isApprovedForAll(address account, address operator) view returns (bool)
isWhitelisted(address _address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events airdrop(address[] to, uint256[] id, uint256[] amount)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
mint()
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setContractURI(string newuri)
setIsMintEnabled(bool isEnabled)
setMintLimit(uint256 _mintLimit)
setUri(string newuri)
setWhitelist(address[] _addresses, bool _isWhitelisted)
transferOwnership(address newOwner)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)