Verse Exchange
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
11
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Verse Exchange"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Verse Exchange"
ABI
ABI objects
Getter at block 21202854
DOMAIN_SEPARATOR() view returns (bytes32)
0x8d38bff3de880885f7638027341cf8dbbdbf33f05204f0f79849a330f262a9e0
MINIMUM_LIQUIDITY() view returns (uint256)
1000
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
18
factory() view returns (address)
0x0000000000000000000000000000000000000000
getReserves() view returns (uint112, uint112, uint32)
(0, 0, 0)
kLast() view returns (uint256)
0
name() view returns (string)
Verse Exchange
price0CumulativeLast() view returns (uint256)
0
price1CumulativeLast() view returns (uint256)
0
symbol() view returns (string)
VERSE-X
token0() view returns (address)
0x0000000000000000000000000000000000000000
token1() view returns (address)
0x0000000000000000000000000000000000000000
totalSupply() view returns (uint256)
0
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()
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.