0xdafc60a5cbd67b57708caf1763ded332cb8767fb
Unverified contract
Proxy
Active on
Base with 5 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
0xbde9…17a7
Balances ($0.00)
No balances found for "0xdafc60a5cbd67b57708caf1763ded332cb8767fb"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21898723 | a month ago | | | 0 | 0.00015935344 | |
| 21315370 | 2 months ago | | | 0.00968 | 0.00037000089 | |
| 21315344 | 2 months ago | | | 0.00968 | 0.00033076546 | |
| 21054356 | 2 months ago | | | 0.00968 | 0.00032717040 | |
| 21047351 | 2 months ago | | | 0.00968 | 0.00041278134 |
ABI
ABI objects
Getter at block 23729114
contractType() view returns (string)
RANDOM-MINTER-721
erc721Contract() view returns (address)
0xbde97c2657b974cc33260d8969af5e51960a17a7
feeRecipient() view returns (address)
0x4625a0f9a9a0b70fca23a9b4a7af56beff3fd66c
getAvailableTokens() view returns (uint256)
7
maxSupply() view returns (uint256)
10
owner() view returns (address)
0x9e8fdfc3d41b26a2870c293dc7e1be8675fa8b7b
signerAddress() view returns (address)
0xe16c1623c1aa7d919cd2241d8b36d9e79c1be2a2
totalEarnings() view returns (uint256)
26640000000000000
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)