0x47f0e84f329edcad0c5ba238ca1027de74176087
Unverified contract
Proxy
Active on
Base with 12 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
0x7e8f…f0b9
Balances ($0.00)
No balances found for "0x47f0e84f329edcad0c5ba238ca1027de74176087"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102373 | a month ago | | | 0 | 0.00011696998 | |
| 21076570 | a month ago | | | 0.0508 | 9.2384340e-7 | |
| 21076309 | a month ago | | | 0.0508 | 0.00029972773 | |
| 21073194 | a month ago | | | 0.0508 | 0.00030009284 | |
| 21071389 | a month ago | | | 0.1016 | 0.00042306603 | |
| 21054644 | a month ago | | | 0.0508 | 0.00038610185 | |
| 21033386 | a month ago | | | 0.1008 | 0.00042907820 | |
| 21027152 | a month ago | | | 0 | 0.00011696998 | |
| 21025711 | a month ago | | | 0.1008 | 0.0000012634686 | |
| 21018812 | a month ago | | | 0 | 0.00015988055 |
ABI
ABI objects
Getter at block 22428150
contractType() view returns (string)
RANDOM-MINTER-721
erc721Contract() view returns (address)
0x7e8fc11918f171af83339a14d177889f408ef0b9
feeRecipient() view returns (address)
0x4625a0f9a9a0b70fca23a9b4a7af56beff3fd66c
getAvailableTokens() view returns (uint256)
0
maxSupply() view returns (uint256)
10
owner() view returns (address)
0x661722ddfb0e38b5394832812cfd9ef0388c904e
signerAddress() view returns (address)
0xe16c1623c1aa7d919cd2241d8b36d9e79c1be2a2
totalEarnings() view returns (uint256)
700000000000000000
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)