Uniswap X
Verified contract
Active on
Ethereum with 6,114 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($312.43)
Native
Value
$312.43
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.1 | $3,124.31 |
$312.43 | |
UNIX | ERC-20 | 46.719833M | -- | -- | |
LION | ERC-20 | 5M | -- | -- | |
XUNII | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20896110 | a month ago | | | 0 | 0.00010153968 | |
| 20895035 | a month ago | | | 0 | 0.00013614119 | |
| 20575995 | 3 months ago | | | 0 | 0.000043414052 | |
| 20565634 | 3 months ago | | | 0 | 0.000045244504 | |
| 20565586 | 3 months ago | | | 0 | 0.000034122925 | |
| 20565577 | 3 months ago | | | 0 | 0.000033425943 | |
| 20565573 | 3 months ago | | | 0 | 0.000034477319 | |
| 20565470 | 3 months ago | | | 0 | 0.000035874287 | |
| 20565466 | 3 months ago | | | 0 | 0.000034031966 | |
| 20565463 | 3 months ago | | | 0 | 0.000034114629 |
ABI
ABI objects
Getter at block 21198692
aAmt() view returns (uint256)
1000000000000000000
aCap() view returns (uint256)
100000
aTot() view returns (uint256)
24
decimals() view returns (uint8)
18
name() view returns (string)
Uniswap X
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x3e6af13674b5d0b23647861a7791700a86110cd0
sCap() view returns (uint256)
100000
sPrice() view returns (uint256)
1000000000000000000000
sTot() view returns (uint256)
4202
symbol() view returns (string)
UNIX
totalSupply() view returns (uint256)
100000000000000000000000000
viewAirdrop() view returns (uint256 DropCap, uint256 DropCount, uint256 DropAmount)
(DropCap=100000, DropCount=24, DropAmount=1000000000000000000)
viewSale() view returns (uint256 SaleCap, uint256 SaleCount, uint256 SalePrice)
(SaleCap=100000, SaleCount=4202, SalePrice=1000000000000000000000)
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 tokens) returns (bool success)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool success)
clearETH()
getAirdrop() returns (bool success)
startAirdrop(uint256 _aAmt, uint256 _aCap)
startSale(uint256 _sPrice, uint256 _sCap)
tokenSale() payable returns (bool success)
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.