LayerrMinter
Verified contract
Active on
Base with 2,931 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 "LayerrMinter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19225526 | 2 months ago | | | 0.01054 | 2.6961614e-7 | |
| 18188436 | 3 months ago | | | 0.00054 | 3.2684695e-7 | |
0x70656e20 | 17459769 | 3 months ago | | | 0 | 2.2514518e-7 | |
| 16492130 | 4 months ago | | | 0.00054 | 2.5389091e-7 | |
| 16367091 | 4 months ago | | | 0.00054 | 2.6385032e-7 | |
| 15579034 | 5 months ago | | | 0.00054 | 2.9790916e-7 | |
| 14864664 | 5 months ago | | | 0.00744 | 3.7011390e-7 | |
| 14716959 | 6 months ago | | | 0.00054 | 2.7987023e-7 | |
| 14706604 | 6 months ago | | | 0.02108 | 0.000000304393145848 | |
| 14510869 | 6 months ago | | | 0.02478 | 3.1512368e-7 |
ABI
ABI objects
Getter at block 22001730
This contract contains no getter function objects.
Read-only
contractAllowedOracle(address, address) view returns (bool)
contractAllowedSigner(address, address) view returns (bool)
getMintParametersSignatureDigest(struct MintParameters mintParameters) view returns (bytes32 digest)
signatureInvalid(address, bytes32) view returns (bool)
signatureUseCount(bytes32) view returns (uint256)
signerNonce(address) view returns (uint256)
State-modifying
Events incrementNonceFor(address signer, bytes signature)
incrementSignerNonce()
mint(struct MintOrder mintOrder) payable
mintBatch(struct MintOrder[] mintOrders) payable
mintBatchTo(address mintToWallet, struct MintOrder[] mintOrders, uint256 paymentContext) payable
mintTo(address mintToWallet, struct MintOrder mintOrder, uint256 paymentContext) payable
setContractAllowedOracle(address _oracle, bool _allowed)
setContractAllowedSigner(address _signer, bool _allowed)
setSignatureValidity(bytes32[] signatureDigests, bool invalid)
ContractAllowedSignerUpdate(address indexed _contract, address indexed _signer, bool indexed _allowed)
ContractOracleUpdated(address indexed _contract, address indexed _oracle, bool indexed _allowed)
MintOrderFulfilled(bytes32 indexed mintParametersDigest, address indexed minter, uint256 indexed quantity)
SignatureValidityUpdated(address indexed _contract, bool indexed invalid, bytes32 mintParametersDigests)
SignerNonceIncremented(address indexed _signer, uint256 indexed _nonce)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
CannotBurnMultipleERC721WithSameId()
CannotMintMultipleERC721WithSameId()
ExceedsMaxSignatureUsage()
InsufficientPayment()
InvalidBurnTokenId()
InvalidBurnTokenType()
InvalidBurnType()
InvalidMerkleProof()
InvalidMintTokenType()
InvalidOracleSignature()
InvalidPaymentTokenType()
InvalidSignatureToIncrementNonce()
MintExceedsMaxPerWallet()
MintExceedsMaxSupply()
MintHasEnded()
MintHasNotStarted()
NotAllowedSigner()
PaymentFailed()
ReentrancyProhibited()
SignatureInvalid()
SignerNonceInvalid()