FreeMint
Verified contract
Active on
Ethereum with 4,593 txns
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 "FreeMint"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17050174 | 2 years ago | | | 0 | 0.00074146129 | |
| 17046554 | 2 years ago | | | 0 | 0.0016575143 | |
| 17046554 | 2 years ago | | | 0 | 0.0017021400 | |
| 17046554 | 2 years ago | | | 0 | 0.0017021400 | |
| 17046522 | 2 years ago | | | 0 | 0.0017021400 | |
| 17046522 | 2 years ago | | | 0 | 0.0016953275 | |
| 17046372 | 2 years ago | | | 0 | 0.0017991620 | |
| 17046372 | 2 years ago | | | 0 | 0.0017991620 | |
| 17046372 | 2 years ago | | | 0 | 0.0017991620 | |
| 17046367 | 2 years ago | | | 0 | 0.0019290920 |
ABI
ABI objects
Getter at block 21317775
METEORIA_NFT() view returns (address)
0x4bd3b5e3936254ce753d154907997597021ce64a
config() view returns (uint64 presaleStart, uint64 presaleEnd, uint8 maxMintsPresale, uint8 maxMintsPublic, bool mintPaused, bool sigProtected)
(presaleStart=1681473600, presaleEnd=1681484400, maxMintsPresale=3, maxMintsPublic=2, mintPaused=false, sigProtected=false)
owner() view returns (address)
0x17ccc50df2b4f9ac0520d0a840e7fdf1afd91786
Read-only
mints(address) view returns (uint128 presaleMints, uint128 publicMints)
State-modifying
Events giveBackOwnership()
presaleMint(uint256 amount, bytes sig) payable
renounceOwnership()
saleMint(uint256 amount, bytes sig) payable
setConfig(struct FreeMintSaleConfig newConf)
transferOwnership(address newOwner)
ConfigUpdated(struct FreeMintSaleConfig newConf)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
AmountGreaterThanMax()
MintPaused()
NotAllowedSigProtected()
NotPresale()
NotSale()
NotWhitelisted()
OnlyEOA()