9 Lives Network
Verified contract
Active on
Ethereum with 954 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($98.22)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 98.331328 | $0.998828 |
$98.22 | |
NineFi | ERC-20 | 38.328936K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20250977 | 5 months ago | | | 0 | 0.00016796485 | |
| 19584729 | 8 months ago | | | 0 | 0.0018007216 | |
| 19532804 | 8 months ago | | | 0 | 0.0019101266 | |
| 18801452 | a year ago | | | 0 | 0.0011199145 | |
| 18801450 | a year ago | | | 0 | 0.0020661825 | |
| 18730285 | a year ago | | | 0 | 0.0027941373 | |
| 18689351 | a year ago | | | 0 | 0.0016864948 | |
| 18619634 | a year ago | | | 0 | 0.0013071913 | |
| 18570037 | a year ago | | | 0 | 0.0013276996 | |
| 18569024 | a year ago | | | 0 | 0.0012282573 |
ABI
ABI objects
Getter at block 21338689
BASE_POINT() view returns (uint16)
1000
InitialSupply() view returns (uint256)
100000000000000000000000000
MAX_BUY_FEE() view returns (uint16)
140
MAX_SELL_FEE() view returns (uint16)
420
buyFee() view returns (uint16 totalFeeRate, uint16 LPFeeRate, uint16 MarketingFeeRate, uint16 ProofFeeRate)
(totalFeeRate=40, LPFeeRate=1, MarketingFeeRate=29, ProofFeeRate=10)
decimals() pure returns (uint8)
18
getLpTokenAddress() view returns (address)
0x7ebfd3423d18f57ece3c381a32f36f125dbbde64
jeetTime() view returns (uint256)
0
launchTime() view returns (uint256)
1675204571
maxWallet() view returns (uint256)
2000000000000000000000000
name() pure returns (string)
9 Lives Network
owner() view returns (address)
0x99e5de9452ed0cd93d967040d123989b281b281b
pairToken() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
symbol() pure returns (string)
NineFi
thresholdSwap() view returns (uint256)
100000000000000000000000
totalSupply() pure returns (uint256)
100000000000000000000000000
transferLimit() view returns (uint256)
1000000000000000000000000
Read-only
allowance(address owner_, address spender_) view returns (uint256)
balanceOf(address account) view returns (uint256)
getAvailableTokenAmount(address user_) view returns (uint256)
sellFees(uint256) view returns (uint16 totalFeeRate, uint16 LPFeeRate, uint16 MarketingFeeRate, uint16 ProofFeeRate)
State-modifying
Events ProofStartTx()
ProofStopTx()
addLiquidity()
approve(address spender_, uint256 amount_) returns (bool)
decreaseProofFeeWithBuy()
decreaseProofFeeWithSell()
renounceOwnership()
setExcludedFromFees(address address_, bool trueFalse)
setExcludedFromMaxWallet(address address_, bool trueFalse)
setExcludedFromTransferLimits(address address_, bool trueFalse)
setSwapThreshold(uint16 _thresholdPercent)
startTx()
transfer(address recipient_, uint256 amount_) returns (bool)
transferFrom(address sender_, address recipient_, uint256 amount_) returns (bool)
transferOwnership(address newOwner)
unclog()
updateBuyFee(struct INineLivesFeeRate feeRate_)
updateJeetTimeLimit(uint256 jeetTime_)
updateLimits(uint16 maxWalletPercent_, uint16 transferLimitPercent_)
updateMarketingWallet(address marketingWallet_)
updateProofAdminWallet(address proofAdminWallet_)
updateProofRevenueWallet(address proofRevenueWallet_)
updateProofRewardsWallet(address proofRewardsWallet_)
updateSellFee(uint8 feeId_, struct INineLivesFeeRate feeRate_)
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(struct INineLivesParam _param)
receive()
This contract contains no error objects.