HoodieMint
Verified contract
Active on
Ethereum with 186 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x57d4…c26c
0xeb35…6e7f
Balances ($0.00)
No balances found for "HoodieMint"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20966107 | 2 months ago | | | 0 | 0.0010966134 | |
| 20893730 | 2 months ago | | | 1.184 | 0.0020998017 | |
| 20893699 | 2 months ago | | | 0.296 | 0.0017613713 | |
| 20893673 | 2 months ago | | | 0.296 | 0.0021024432 | |
| 20893532 | 2 months ago | | | 0.296 | 0.0022741785 | |
| 20893504 | 2 months ago | | | 0.592 | 0.0027108140 | |
| 20893454 | 2 months ago | | | 0.888 | 0.0039202987 | |
| 20893439 | 2 months ago | | | 0.296 | 0.0024579979 | |
| 20893418 | 2 months ago | | | 0.296 | 0.0030044798 | |
| 20893400 | 2 months ago | | | 0.296 | 0.0029434637 |
ABI
ABI objects
Getter at block 21299547
RECEIPT_ID() view returns (uint256)
1
getAvailableTokens() view returns (uint256 total)
297
hoodiesContract() view returns (address)
0x57d4accf5591bf0cbb77db4a74fe658ce958c26c
maxSupply() view returns (uint256)
322
owner() view returns (address)
0x52fc180b32646830ab6ec584a2da2099e95e974a
receiptContract() view returns (address)
0xeb357f228f355e447b21cffbf2bb3540c6516e7f
signerAddress() view returns (address)
0x98f50e6815a18d38f06246dbab754ffcec9b8698
Read-only
allowedWithdrawers(address) view returns (bool)
mintsPerWallet(address) view returns (uint256)
State-modifying
Events addWithdrawer(address _withdrawerAddress)
mint(address _recipient, uint256 _amount, uint256 _maxPerWallet, uint256 _pricePerToken, bytes _signature) payable
ownerMint(address _recipient, uint256 _amount)
ownerMintWithIds(address _recipient, uint256[] _ids)
removeWithdrawer(address _withdrawerAddress)
renounceOwnership()
setSignerAddress(address _signerAddress)
setWithdrawalReceipt(address _withdrawalReceiptAddress)
transferOwnership(address newOwner)
withdraw()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(uint256 _maxSupply, address _signerAddress, address _withdrawerAddress, address _withdrawalReceiptAddress, address _hoodiesContractAddress, address _receiptContractAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.