OrionPool V2
Verified contract
Active on
Ethereum with 227 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($45,582.69)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 23.259175K | $1.00 |
$23,259.18 | |
VR | ERC-20 | 2.371857M | $0.009412 |
$22,323.52 | |
TKX | ERC-20 | 0.000051 | $11.96 |
$0 | |
0xe2bf…fb5b | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20711635 | 2 months ago | | | 0 | 0.000048523045 | |
| 20711632 | 2 months ago | | | 0 | 0.000050308069 | |
| 20621010 | 3 months ago | | | 0 | 0.0084708114 | |
| 20602790 | 3 months ago | | | 0 | 0.00064382808 | |
| 20602786 | 3 months ago | | | 0 | 0.00065771741 | |
| 20602658 | 3 months ago | | | 0 | 0.00098195315 | |
| 20499050 | 3 months ago | | | 0 | 0.0041847632 | |
| 20288073 | 4 months ago | | | 0 | 0.011944982 | |
| 20136037 | 5 months ago | | | 0 | 0.00010770221 | |
| 20136032 | 5 months ago | | | 0 | 0.000098361524 |
ABI
ABI objects
Getter at block 21212085
DOMAIN_SEPARATOR() view returns (bytes32)
0xed9386b1f7f0b9189253a73c11a4c30ea06aa6e547f03c4598072287e17bb3d6
MINIMUM_LIQUIDITY() view returns (uint256)
1000
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
18
factory() view returns (address)
0x5fa0060fcfea35b31f7a5f6025f0ff399b98edf1
getReserves() view returns (uint112 _reserve0, uint112 _reserve1, uint32 _blockTimestampLast)
(_reserve0=2371857350106379226179919, _reserve1=23259175300, _blockTimestampLast=1731870227)
kLast() view returns (uint256)
49376675547023480362469514368271283
name() view returns (string)
OrionPool V2
price0CumulativeLast() view returns (uint256)
27252395777935841273328769699
price1CumulativeLast() view returns (uint256)
40476336054487907864485465758128550450044661769483215224
symbol() view returns (string)
UNI-V2
token0() view returns (address)
0x7d5121505149065b562c789a0145ed750e6e8cdd
token1() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
totalSupply() view returns (uint256)
194894014493974304
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(address to) returns (uint256 amount0, uint256 amount1)
initialize(address _token0, address _token1)
mint(address to) returns (uint256 liquidity)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
skim(address to)
swap(uint256 amount0Out, uint256 amount1Out, address to, bytes data)
sync()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed sender, uint256 amount0, uint256 amount1, address indexed to)
Mint(address indexed sender, uint256 amount0, uint256 amount1)
Swap(address indexed sender, uint256 amount0In, uint256 amount1In, uint256 amount0Out, uint256 amount1Out, address indexed to)
Sync(uint112 reserve0, uint112 reserve1)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.