0xf378dfaae3ecffafffb57f0420308cf9513514ac
Unverified contract
Proxy
Active on
Base with 2 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x764e…c781
Balances ($0.00)
No balances found for "0xf378dfaae3ecffafffb57f0420308cf9513514ac"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22855333 | 7 days ago | | | 0 | 0.00016087854 | |
| 22791171 | 9 days ago | | | 0.0078 | 0.00046565140 |
ABI
ABI objects
Getter at block 23171397
contractType() view returns (string)
RANDOM-MINTER-721
erc721Contract() view returns (address)
0x764e7cf0f284001718b3fe987d3c1d2af138c781
feeRecipient() view returns (address)
0x4e3cc25298325b95d916486fe87a2e813144c49a
getAvailableTokens() view returns (uint256)
19
maxSupply() view returns (uint256)
20
owner() view returns (address)
0xaf0aeb7ecbc97779b99545fa00aa1203775847e7
signerAddress() view returns (address)
0xe16c1623c1aa7d919cd2241d8b36d9e79c1be2a2
totalEarnings() view returns (uint256)
7000000000000000
version() view returns (string)
1.0.0
Read-only
mintsPerWallet(address) view returns (uint256)
recipients(uint256) view returns (address addr, uint256 percentage)
State-modifying
Events init(address owner, uint256 maxSupply, address signerAddress, address feeRecipient, struct DTOsRecipient[] recipients, address erc721Address)
mint(uint256 _amount, uint256 _maxPerWallet, uint256 _pricePerToken, uint256 _feePerToken, bytes _signature) payable
renounceOwnership()
setSignerAddress(address _signerAddress)
transferOwnership(address newOwner)
withdraw()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)