Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CULO | ERC-20 | 19.109415M | $0.000003 |
$64.21 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244659 | 30 minutes ago | | | 0 | 0.00072816571 | |
| 21244390 | an hour ago | | | 0 | 0.00082316902 | |
| 21244119 | 2 hours ago | | | 0 | 0.00078630729 | |
| 21243796 | 3 hours ago | | | 0 | 0.00098877402 | |
| 21243777 | 3 hours ago | | | 0 | 0.00097845196 | |
| 21243516 | 4 hours ago | | | 0 | 0.00074682671 | |
| 21243199 | 5 hours ago | | | 0 | 0.00054591139 | |
| 21242878 | 6 hours ago | | | 0 | 0.00052185079 | |
| 21242721 | 7 hours ago | | | 0 | 0.00057857703 | |
| 21242550 | 8 hours ago | | | 0 | 0.00061103487 |
ABI
ABI objects
Getter at block 21244802
EVENT_TYPE_ADD_LIQUIDITY() view returns (uint8)
2
EVENT_TYPE_BUY() view returns (uint8)
0
EVENT_TYPE_SELL() view returns (uint8)
1
PRECISION() view returns (uint256)
10000
SELL_DEX_TAX() view returns (uint256)
25
cap() view returns (uint256)
420000000000000000000000000000
curve() view returns (address)
0x1429b38e58b97de646acd65fdb8a4502c2131484
decimals() view returns (uint8)
18
getReserves() view returns (uint256[2])
[0, 19109415464921102565229142]
getVirtualReserves() view returns (uint256[2])
[5750659293917481923, 117550000000000000000000000000]
isLiquidityPoolCreated() view returns (bool)
true
isSwapping() view returns (bool)
false
name() view returns (string)
$CULO
pair() view returns (address)
0x7cdf51a6c2726c7ce0f0f5d3d568db797906cc43
symbol() view returns (string)
CULO
tokenFactory() view returns (address)
0x760a48afb8a0439834567f00e30e8305154409cc
tokenSellThreshold() view returns (uint256)
21000000000000000000000000
totalSupply() view returns (uint256)
420000000000000000000000000000
univ2router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
wnt() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getBuyTokenAmount(uint256 amount) view returns (uint256 tokenAmountReceived, uint256 tax, uint256 remainNativeAmount)
getInputTokenAmount(uint256 outputNtAmount) view returns (uint256 inputAmount, uint256 tax)
getNativeInputAmount(uint256 outTokenAmount) view returns (uint256 ethInputAmount, uint256 tax)
getSellTokenAmount(uint256 amount) view returns (uint256 ethReceived, uint256 tax)
virtualReserves(uint256) view returns (uint256)
State-modifying
Events addLiquidity()
approve(address spender, uint256 amount) returns (bool)
buy(address recipient, address referrer, uint256 minOut) payable
buyExactOut(address recipient, address referrer, uint256 outTokenAmount) payable
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit() payable
increaseAllowance(address spender, uint256 addedValue) returns (bool)
sell(address recipient, uint256 tokenAmount, address referrer, uint256 minOut)
sellExactOut(address recipient, uint256 outputNtAmount, address referrer, uint256 maxTokenAmount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _wnt, address _univ2router, string name_, string symbol_, uint256 _totalSupply, address univ2factory, address _curve)
receive()
ErrCannotRefToYourself()
ErrExceedsSlipage()
ErrInvalidCurve()
ErrInvalidLiquidityAmount()
ErrLiquidityAlreadyAdded()
ErrLiquidityBelowThreshold()
ErrLiquidityNotAdded()
ErrLiquidityReadyToAdd()
ErrMinimumInitialDeposit()
ErrValueMustBeGreaterThanZero()