0x149bcc1dbb6407b59a5373dc2bf8d1116dd43ce0
Unverified contract
Proxy
Active on
Base with 24 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
0x3e28…67ad
Balances ($23.42)
Native
Value
$23.42
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.007 | $3,345.03 |
$23.42 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21611929 | a month ago | | | 0.0054 | 0.00048353509 | |
| 21594755 | a month ago | | | 0.0018 | 0.00037090030 | |
| 21585989 | a month ago | | | 0.0018 | 0.00027355299 | |
| 21585968 | a month ago | | | 0.0018 | 0.00037137174 | |
| 21578657 | a month ago | | | 0.0018 | 0.00032837357 | |
| 21578648 | a month ago | | | 0.0018 | 0.00033209443 | |
| 21573484 | a month ago | | | 0 | 0.00015972784 | |
| 21558367 | a month ago | | | 0.0054 | 0.00050056131 | |
| 21558261 | a month ago | | | 0.0054 | 0.00055927062 | |
| 21557865 | a month ago | | | 0.0018 | 0.00032799927 |
ABI
ABI objects
Getter at block 22769159
contractType() view returns (string)
RANDOM-MINTER-721
erc721Contract() view returns (address)
0x3e28cc89a9412c4898fe9d6c0a6933687ce367ad
feeRecipient() view returns (address)
0x4625a0f9a9a0b70fca23a9b4a7af56beff3fd66c
getAvailableTokens() view returns (uint256)
0
maxSupply() view returns (uint256)
54
owner() view returns (address)
0x040df97224a2d65df277ab4adb58596a42a9698c
signerAddress() view returns (address)
0xe16c1623c1aa7d919cd2241d8b36d9e79c1be2a2
totalEarnings() view returns (uint256)
54000000000000000
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)