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 "nofomo"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20248294 | 4 months ago | | | 0 | 0.00022706889 | |
| 19434955 | 8 months ago | | | 0 | 0.0025854151 | |
| 19391924 | 8 months ago | | | 0 | 0.0042639390 | |
| 19387718 | 8 months ago | | | 0 | 0.0022429877 | |
| 19379923 | 8 months ago | | | 0 | 0.0040453459 | |
| 19370464 | 8 months ago | | | 0 | 0.0029128241 | |
| 19370300 | 8 months ago | | | 0 | 0.0057030178 | |
| 19347927 | 8 months ago | | | 0 | 0.0033125135 | |
| 19347407 | 8 months ago | | | 0 | 0.0023066036 | |
| 19347375 | 8 months ago | | | 0 | 0.0020789652 |
ABI
ABI objects
Getter at block 21124336
PERIOD1_DISTRIBUTION_AMOUNT() view returns (uint256)
10000000000000000000000000
PERIOD2_DISTRIBUTION_AMOUNT() view returns (uint256)
1000000000000000000000000
changeTime() view returns (uint256)
1752768000
currentDistributionTotalSupply() view returns (uint256)
140000000000000000000000000
currentLiquidityPoolTotalSupply() view returns (uint256)
5504527649602514822291848
decimals() view returns (uint8)
18
mintContract() view returns (address)
0x3f29fc82e06948d36ea6b6300fa6f961228a373c
name() view returns (string)
nofomo
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
nofomo
totalSupply() view returns (uint256)
145504527649602514822291848
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
liquidityPoolMint(uint256 amount) returns (bool)
mint() returns (uint256 periodAmount)
renounceOwnership()
setMintContract(address _mintContract)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)