Unification
Verified contract
Active on
Ethereum with 12,157 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($172.90)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BONE | ERC-20 | 333 | $0.511613 |
$170.37 | |
FUND | ERC-20 | 36.388018 | $0.067198 |
$2.45 | |
ZIK | ERC-20 | 555.555556 | $0.000159 |
$0.09 | |
$WDUMT | ERC-20 | 38M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244886 | 7 hours ago | | | 0 | 0.00054505796 | |
| 21244817 | 7 hours ago | | | 0 | 0.0010641997 | |
| 21244784 | 7 hours ago | | | 0 | 0.00088218080 | |
| 21244750 | 7 hours ago | | | 0 | 0.00087981782 | |
| 21244743 | 7 hours ago | | | 0 | 0.00058969207 | |
| 21244715 | 8 hours ago | | | 0 | 0.00089425938 | |
| 21244596 | 8 hours ago | | | 0 | 0.00061935548 | |
| 21244587 | 8 hours ago | | | 0 | 0.00092128320 | |
| 21244162 | 9 hours ago | | | 0 | 0.00066898543 | |
| 21244148 | 9 hours ago | | | 0 | 0.0010010621 |
ABI
ABI objects
Getter at block 21246972
decimals() view returns (uint8)
9
name() view returns (string)
Unification
symbol() view returns (string)
FUND
totalSupply() view returns (uint256)
23712223106615905
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)
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(address _gravityAddress, string _name, string _symbol, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.