Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4c7c…d922
0x1a96…27ee
Balances ($0.00)
No balances found for "mfMain"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18236639 | a year ago | | | 0 | 0.0021683597 | |
| 18229886 | a year ago | | | 0 | 0.012171512 | |
| 18160234 | a year ago | | | 0 | 0.0066520805 | |
| 18058766 | a year ago | | | 0 | 0.0043813367 | |
| 17728862 | a year ago | | | 0 | 0.010290417 | |
| 17728842 | a year ago | | | 0 | 0.012904317 | |
| 17638097 | a year ago | | | 0 | 0.0026512827 | |
| 17638094 | a year ago | | | 0 | 0.0026917040 | |
| 17362220 | 2 years ago | | | 0 | 0.0093939651 | |
| 17350505 | 2 years ago | | | 0 | 0.013269385 |
ABI
ABI objects
Getter at block 21378619
BONUS_FEWL_AMOUNT() view returns (uint256)
200000000000000000000
DAILY_BASE_FEWL_RATE() view returns (uint256)
5000000000000000000
DAILY_TIER1_FEWL_RATE() view returns (uint256)
10000000000000000000
DAILY_TIER2_FEWL_RATE() view returns (uint256)
20000000000000000000
LOCKING_STARTED() view returns (bool)
true
MAX_PRE_SALE_MINTS() view returns (uint16)
5
MAX_PUBLIC_SALE_MINTS() view returns (uint16)
10
MINIMUM_DAYS_TO_BONUS() view returns (uint256)
1209600
MINT_PRICE() view returns (uint256)
33000000000000000
PRE_SALE_STARTED() view returns (bool)
false
PUBLIC_SALE_STARTED() view returns (bool)
true
TIER_EMISSIONS_STARTED() view returns (bool)
true
fewlContract() view returns (address)
0x4c7c1ec97279a6f3323eab9ab317202dee7ad922
mfContract() view returns (address)
0x1a9614b04fac1cfca1808fc689cba2a1997c27ee
owner() view returns (address)
0x60aeb86546dd3043476f63a62e62101aec3a126a
paused() view returns (bool)
false
withdrawAddress() view returns (address)
0xba40af3739c550ff9a4850447525685b0ab276c3
Read-only
calculateAllLockingRewards(uint256[] tokenIds) view returns (uint256 rewards)
calculateLockingRewards(uint256 tokenId) view returns (uint256 rewards)
getPreSaleAddress(address user) view returns (bool)
getPreSaleMints(address user) view returns (uint256)
getPublicSaleSaleMints(address user) view returns (uint256)
State-modifying
Events addToPresale(address[] addresses)
addTokensToTier(uint256[] tokenIds, uint8 tier)
claimMetaFlyers(uint256[] tokenIds, bool unlock)
lockMetaFlyers(uint256[] tokenIds)
mint(uint8 amount, bool lock) payable
mintForTeam(address receiver, uint16 amount)
renounceOwnership()
setBonusFewlAmount(uint256 amount)
setContracts(address _mfContract, address _fewlContract)
setDailyBaseFewlRate(uint256 number)
setDailyTier1FewlRate(uint256 number)
setDailyTier2FewlRate(uint256 number)
setLockingStarted(bool started)
setMaxPreSaleMints(uint16 number)
setMaxPublicSaleMints(uint16 number)
setMinimumDaysToBonus(uint256 number)
setMintPrice(uint256 number)
setPaused(bool _paused)
setPreSaleStarted(bool started)
setPublicSaleStarted(bool started)
setTierEmissionStarted(bool started)
setWithdrawAddress(address addr)
transferOwnership(address newOwner)
withdraw()
MetaFlyersClaimed(address indexed owner, uint256[] tokenIds)
MetaFlyersLocked(address indexed owner, uint256[] tokenIds)
MetaFlyersMinted(address indexed owner, uint16[] tokenIds)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address _mfContract, address _fewlContract)
This contract contains no fallback and receive objects.
InvalidAmount()
InvalidOwner()
LockingInactive()
MaxAllowedPreSaleMints()
MaxAllowedPublicSaleMints()
MintingNotActive()
NotWhitelisted()