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 |
---|---|---|---|---|---|
AXS | ERC-20 | 0.82 | $5.71 |
$4.68 | |
UNIO | ERC-20 | 15 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18076873 | a year ago | | | 0 | 0.00040408725 | |
| 18076869 | a year ago | | | 0 | 0.00056643733 | |
| 17851894 | a year ago | | | 0 | 0.00041393580 | |
Transfer | 15558967 | 2 years ago | | | 0.000012154118 | 0.000042000000 | |
| 13434278 | 3 years ago | | | 0 | 0.0040917867 | |
| 13430905 | 3 years ago | | | 0 | 0.0037550739 | |
| 13293429 | 3 years ago | | | 0 | 0.0015218680 | |
| 13209890 | 3 years ago | | | 0 | 0.0029451900 | |
| 13182530 | 3 years ago | | | 0 | 0.0037681300 | |
| 13113668 | 3 years ago | | | 0 | 0.0029451900 |
ABI
ABI objects
Getter at block 21212129
decimals() view returns (uint8)
18
name() view returns (string)
UNIO
symbol() view returns (string)
UNIO
totalSupply() view returns (uint256)
50000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events addMinter(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
renounceMinter()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferMinterRole(address newMinter)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint8 decimals, uint256 initialSupply, address feeReceiver, address tokenOwnerAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.