nofomo

Verified contract

Active on Ethereum with 60 txns
Deployed by via 0xa78b59f2 at 19345411
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "nofomo"

0xe17078d122ac71b5fefc1f1ebd5d0220c4f627a5b59b9ccf59ef33ec3056a74a
0xc637ee51039c491c9f142d4928eb1d086e85550545f6e45a850240b1a4278b71
0x269e91b0bbb36f0747685ec331975c4ccc70239343e676818c784834ad685405
0xbd4293c64405482d6dd6f6d87eaaf84687829be0279225e03eb42f82a418e14a
0xe37876f7ebb1b0b018b46c9f4b36921b37cddb00a3c227c7f2b64f0ce1bce37c
0x5e29dbe8ef813b76409dfbc8b8f56877948be29bdc4e26df55ce7fb21cd790fb
0xe0588a21b66890148d7a926bab20f43fa4a38e702f2de85d663ac64fd9d37ebe
0xa899f433a6ea589d1ddfc302ca5a663292697917f2ebb6dbba2524a29b0e8a0f
0x611cfa4a241f8db39da78c9b9fc21c2b321ca87c09cb27f05ab16b2a94456290
0x7d0d2bb2a8ab83d6776548a481e69dc2ce476a37dea8655d0993740ff7abb110

Functions
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 owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(uint256 amount
liquidityPoolMint(uint256 amountreturns (bool)
mint(returns (uint256 periodAmount)
renounceOwnership(
setMintContract(address _mintContract
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account