Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($91,840.29)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ASH | ERC-20 | 41.511618K | $2.21 |
$91,740.68 | |
DAI | ERC-20 | 80.085 | $1.00 |
$80.09 | |
DNT | ERC-20 | 349.479 | $0.038522 |
$13.46 | |
USDT | ERC-20 | 3.14 | $1.001 |
$3.14 | |
USDC | ERC-20 | 1.618 | $1.00 |
$1.62 | |
RARI | ERC-20 | 0.69 | $1.89 |
$1.3 | |
KYOKO | ERC-20 | 1.100538M | -- | -- | |
SSS | ERC-721 | 1 | -- | -- | |
ERC-721 | 1 | -- | -- | ||
MVIP | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158159 | 15 minutes ago | | | 0 | 0.00062895083 | |
| 21157845 | an hour ago | | | 0 | 0.0014865515 | |
| 21156717 | 5 hours ago | | | 0 | 0.00029448980 | |
| 21156217 | 7 hours ago | | | 0 | 0.00070941822 | |
| 21155995 | 7 hours ago | | | 0 | 0.00059444271 | |
| 21155888 | 8 hours ago | | | 0 | 0.00033806329 | |
| 21154974 | 11 hours ago | | | 0 | 0.00042380040 | |
| 21154825 | 11 hours ago | | | 0 | 0.00052540863 | |
| 21152250 | 20 hours ago | | | 0 | 0.00051058985 | |
| 21150695 | a day ago | | | 0 | 0.00081337844 |
ABI
ABI objects
Getter at block 21158234
decimals() view returns (uint8)
18
getAdmins() view returns (address[] admins)
[]
getRateEngine() view returns (address)
0x06d598ac3bf142a6a81d89144c04d2aabc92ef2f
getTreasury() view returns (address, uint128)
(0x0000000000000000000000000000000000000000, 0)
name() view returns (string)
Burn
owner() view returns (address)
0xcb8298937517263c7f79792ea239e8ee8e4cb0ac
symbol() view returns (string)
ASH
totalSupply() view returns (uint256)
3508406604532392629842063
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isAdmin(address admin) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveAdmin(address admin)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
burnToken(address tokenContract, uint256[] args, string spec)
burnToken(address tokenContract, uint256[] args, string spec, address receiver)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
revokeAdmin(address admin)
setRateEngine(address rateEngine)
setTransferFunction(string spec, bytes4 transferFunction)
setTreasury(address treasury, uint128 basisPoints)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AdminApproved(address indexed account, address indexed sender)
AdminRevoked(address indexed account, address indexed sender)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RateEngineUpdated(address sender, address rateEngine)
Swapped(address indexed account, address indexed tokenContract, uint256[] args, string spec, uint256 rate)
Transfer(address indexed from, address indexed to, uint256 value)
TransferSpecUpdated(address sender, string spec, bytes4 transferFunction)
TreasuryUpdated(address sender, address treasury, uint128 basisPoints)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.