BasicMintModule
Verified contract
Active on
Base with 136,932 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ERC-20 | 2.4K | -- | -- | ||
OHNO | ERC-20 | 153.493557 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22738514 | 5 minutes ago | | | 0.001277 | 4.8249729e-7 | |
| 22738498 | 5 minutes ago | | | 0.001277 | 7.4671461e-7 | |
| 22737863 | 26 minutes ago | | | 0.002331 | 5.2467501e-7 | |
| 22736393 | an hour ago | | | 0.002301 | 0.000016015748 | |
| 22735394 | 2 hours ago | | | 0.0021701 | 5.2915770e-7 | |
| 22730868 | 4 hours ago | | | 0.000777 | 0.000016006668 | |
| 22730848 | 4 hours ago | | | 0.000777 | 0.000016006668 | |
| 22730812 | 4 hours ago | | | 0.000777 | 0.000016006668 | |
| 22730658 | 4 hours ago | | | 0.000777 | 0.000016006668 | |
| 22727372 | 6 hours ago | | | 0.000777 | 2.2108044e-7 |
ABI
ABI objects
Getter at block 22738646
contractVersion() view returns (uint32)
1
mintPayout() view returns (address)
0x00528e0000006f0000dcbe2f0065011d1fcd411a
Read-only
configuration(address _contract) view returns (struct BasicMintConfiguration)
mintedByContract(address) view returns (uint256)
State-modifying
Events mint(address _contract, address _to, address _referrer, uint256 _quantity) payable
mint_efficient_7e80c46e(address _contract, address _to, address _referrer, uint256 _quantity) payable
updateConfiguration(bytes args)
ConfigurationUpdated(address indexed _contract, struct BasicMintConfiguration _config)
constructor(address _mintPayout)
This contract contains no fallback and receive objects.
IncorrectPayment()
InvalidQuantity()
MaxSupplyReached()
MintEnded()
MintNotStarted()
TooManyTokensForModule()
TooManyTokensPerCollector()
TooManyTokensPerTransaction()