oCOIN Token
Verified contract
Active on
Base with 10,263 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe85d…b9db
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.001122 |
$0 | |
OHNO | ERC-20 | 44.503623 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21977200 | 7 minutes ago | | | 0 | 1.4275265e-7 | |
| 21976834 | 19 minutes ago | | | 0 | 0.000000090378996128 | |
| 21972634 | 3 hours ago | | | 0 | 3.1566648e-7 | |
| 21971814 | 3 hours ago | | | 0 | 5.2372348e-7 | |
| 21971161 | 3 hours ago | | | 0 | 7.4458088e-7 | |
| 21970497 | 4 hours ago | | | 0 | 1.4408307e-7 | |
| 21970318 | 4 hours ago | | | 0 | 5.8648580e-7 | |
| 21968430 | 5 hours ago | | | 0 | 4.6030761e-7 | |
| 21967930 | 5 hours ago | | | 0 | 1.1768723e-7 | |
| 21966407 | 6 hours ago | | | 0 | 1.3909200e-7 |
ABI
ABI objects
Getter at block 21977405
PRECISION() view returns (uint256)
100
_operator() view returns (address)
0xfd5844867387cecc3a0393b3e0be32479ea9e61a
bondVestingPeriod() view returns (uint256)
12960000
coinToken() view returns (address)
0x2156006a207a793b4069a2b72be58dc2bd759232
decimals() view returns (uint8)
18
duration() view returns (uint32)
30
exitRatio() view returns (uint256)
25
exitRatioBond() view returns (uint256)
150
getCOINCurrentPrice() view returns (uint256)
1040274953647
masterChef() view returns (address)
0x1b732f612cd5f7d4b4bb514065170b84ea3c2b39
name() view returns (string)
oCOIN Token
optionEnabled() view returns (bool)
true
owner() view returns (address)
0xfd5844867387cecc3a0393b3e0be32479ea9e61a
rewardRate() view returns (uint256)
0
symbol() view returns (string)
oCOIN
tokenV3PoolAddress() view returns (address)
0x0000000000000000000000000000000000000000
totalSupply() view returns (uint256)
5715316770472630376744369
uniswapV2Pair() view returns (address)
0xe85d5a74756cacb4b2e066abca8971136c10b9db
usingLegacyPair() view returns (bool)
true
vestingPeriod() view returns (uint256)
5184000
weth() view returns (address)
0x4200000000000000000000000000000000000006
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
minters(address) view returns (bool)
quotePayment(uint256 amount) view returns (uint256 payAmount)
quotePrice(uint256 amountIn) view returns (uint256 amountOut)
remainTime(address _address, uint256 id) view returns (uint256)
userInfo(address, uint256) view returns (uint256 totalVested, uint256 lastInteractionTime, uint256 VestPeriod)
userPositions(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 _amount)
claim(uint256 id)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
instantExit(uint256 _amount, uint256 maxPayAmount)
lock(uint256 _amount)
mint(address recipient_, uint256 amount_) returns (bool)
renounceOwnership()
setExitRatio(uint256 _exitRatio, uint256 _exitRatioBond)
setMasterChef(address _masterChef)
setMinters(address _minter, bool _canMint)
setOptionEnabled(bool _optionEnabled)
setRewardRate(uint256 _rewardRate)
setSecondsAgo(uint32 _duration)
setV2Pool(address newPool)
setV3Pool(address newPool)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOperator(address newOperator_)
transferOwnership(address newOwner)
useLegacyPair(bool legacy)
vest(uint256 _amount)
vestBond(uint256 _amount)
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(address _weth, address _coinToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.