Unistake
Verified contract
Active on
Ethereum with 17,551 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 3.137675K | $1.003 |
$3,147.09 | |
USDC | ERC-20 | 1.486127K | $1.001 |
$1,487.61 | |
RDN | ERC-20 | 241.335333 | $0.005268 |
$1.27 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242389 | 13 hours ago | | | 0 | 0.00055346234 | |
| 21242363 | 13 hours ago | | | 0 | 0.00053338113 | |
| 21235109 | 2 days ago | | | 0 | 0.00049695460 | |
| 21228328 | 2 days ago | | | 0 | 0.00051532735 | |
| 21223942 | 3 days ago | | | 0 | 0.00089928257 | |
| 21223929 | 3 days ago | | | 0 | 0.00090563322 | |
| 21213103 | 5 days ago | | | 0 | 0.00048968023 | |
| 21210100 | 5 days ago | | | 0 | 0.00046690029 | |
| 21207007 | 5 days ago | | | 0 | 0.00048057892 | |
| 21190998 | 8 days ago | | | 0 | 0.00071438824 |
ABI
ABI objects
Getter at block 21246126
decimals() view returns (uint8)
18
name() view returns (string)
Unistake
symbol() view returns (string)
UNISTAKE
totalSupply() view returns (uint256)
279999999999812500000022000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, address recipient, uint256 totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.