TokenomyMain
Verified contract
Active on
Base with 4,165 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5f01…a8a2
0xce04…745b
0xa8a8…1028
0x4fb9…8178
0x4fb9…8178
Balances ($0.90)
Native
Value
$0.9
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.000267 | $3,370.15 |
$0.9 | |
USA | ERC-20 | 1 | $0.000816 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22402274 | 8 days ago | | | 0 | 0.00021241224 | |
| 22389401 | 8 days ago | | | 0 | 0.00020081944 | |
| 22373360 | 8 days ago | | | 0 | 0.0000029758343 | |
| 22369441 | 8 days ago | | | 0 | 0.00033357521 | |
| 22359102 | 9 days ago | | | 0 | 0.00033357521 | |
| 22346655 | 9 days ago | | | 0 | 0.00021169692 | |
| 22340251 | 9 days ago | | | 0 | 5.2293635e-7 | |
| 22339198 | 9 days ago | | | 0 | 2.1034088e-7 | |
| 22339191 | 9 days ago | | | 0 | 3.6034856e-7 | |
| 22322159 | 9 days ago | | | 0 | 3.1129032e-7 |
ABI
ABI objects
Getter at block 22729763 getKOLs() view returns (address[]) getUserInfo() view returns (uint256 _stakedAmount, uint256 _withdrawalsCount, uint256 _pendingWithdrawalAmount, uint256 _completedWithdrawalAmount, string _rankName, uint256 _maxAllocation)
CCf() view returns (address)
0xa8a8d4f80be34957bdab77bd86e8e9c846581028
CLaunchpool() view returns (address)
0x4fb9b20dafe45d91ae287f2e07b2e79709308178
CStake() view returns (address)
0x5f0166c0d1c63baef825183edc6466a6e4dfa8a2
CTier() view returns (address)
0xce0470da2bb62050730fdabdf6f18b51012e745b
TEN() view returns (address)
0x4fb9b20dafe45d91ae287f2e07b2e79709308178
owner() view returns (address)
0xe098204bd77adba2666752ad537c0de70b125959
Read-only
getCurrentRank(address _staker) view returns (struct ITTierRanks rank)
getPendingWithdrawals(address _staker) view returns (struct ITStakeWithdrawal[])
getRankName(address _staker) view returns (string)
isKOL(address _kol) view returns (bool)
roles(address) view returns (uint8)
State-modifying
Events addCf(string tokenName, address tAdr, address cfOwner, uint256 sc, uint256 hc, uint256 wlDuration, uint256 sTime, uint256 eTime, uint256 kolAlloc, uint256 whaleAlloc, uint256 generalAlloc) returns (uint256 projectId)
addKOL(address _kol)
addKOLS(address[] _kol)
allowlistDestinationChain(uint64 _chainId, uint64 _detinationChainSelector, bool allowed)
buyCf(uint256 _cf, uint256 _amount)
cancel(uint256 _cf)
cancelLaunchpool(uint256 _launchpoolId)
createLaunchpool(address _token, uint256 _maxParticipation, uint256 _sTime, uint256 _eTime, uint256 _openWindowDuration, uint256 _tokenAmt, uint64 _chainId, uint64 _decimal)
finalize(uint256 _cf)
participate(uint256 _launchpoolId, uint256 _tenAmt)
refundCf(uint256 _cf)
removeKOL(uint256 index)
renounceOwnership()
requestWithdraw(uint256 _amount)
setCA(address ca1, address ca2, address ca3, address ca4)
setFFA(uint256 _cf, bool isActive)
setLpMc(address _lp, uint64 _chainId)
setRoles(address user, uint256 role)
stake(uint256 _amount)
transferOwnership(address newOwner)
unparticipate(uint256 _launchpoolId) payable
withdraw(address _beneficiary)
withdraw(uint256 _requestId)
withdrawToken(address _beneficiary, address _token)
ContractAddressesSet(address ca1, address ca2, address ca3, address ca4)
CrowdfundingAdded(uint256 projectId)
CrowdfundingBought(uint256 cfId, address indexed buyer, uint256 amount)
CrowdfundingFinalized(uint256 cfId)
FFASet(uint256 cfId, bool isActive)
KOLAdded(address indexed kol)
KOLRemoved(address indexed kol)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleSet(address indexed user, uint8 role)
constructor(address _token)
receive()
FailedToWithdrawEth(address owner, address target, uint256 value)
NothingToWithdraw()