RandomMint1155
Verified contract
Implementation
Active on
Base with 1 txns
Storage
Map
Table
Raw
Constants and immutables
3
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 "RandomMint1155"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19118551 | 3 months ago | | | 0 | 5.3995204e-7 |
ABI
ABI objects
Getter at block 22912631
contractType() view returns (string)
RANDOM-MINTER-1155
erc1155Contract() view returns (address)
0x0000000000000000000000000000000000000000
feeRecipient() view returns (address)
0x0000000000000000000000000000000000000000
getAvailableTokens() view returns (uint256)
0
maxSupply() view returns (uint256)
0
owner() view returns (address)
0x67f736793b5c39a1146e417f8a06b9e3e27f44d6
signerAddress() view returns (address)
0x0000000000000000000000000000000000000000
totalEarnings() view returns (uint256)
0
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, address signerAddress, address feeRecipient, uint256[] availableTokens, struct DTOsRecipient[] recipients, address erc1155Address)
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)