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 |
---|---|---|---|---|---|
ASET | ERC-20 | 99.9988M | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6390007 | 6 years ago | | | 0 | 0.00016886100 | |
| 6390004 | 6 years ago | | | 0 | 0.00027022100 | |
| 6390004 | 6 years ago | | | 0 | 0.00017486000 | |
| 6373634 | 6 years ago | | | 0 | 0.00016477300 | |
| 6365768 | 6 years ago | | | 0 | 0.00019269500 | |
| 6354435 | 6 years ago | | | 0 | 0.00032123400 | |
| 6354174 | 6 years ago | | | 0 | 0.00030000000 | |
| 6354132 | 6 years ago | | | 0 | 0.00023161800 | |
| 6354114 | 6 years ago | | | 0 | 0.00060249600 | |
| 6354106 | 6 years ago | | | 0 | 0.00086148000 |
ABI
ABI objects
Getter at block 21191966
MAX_OWNER_COUNT() view returns (uint256)
50
decimals() view returns (uint8)
8
getOwners() view returns (address[])
[0x13Aa5ACDee61b454c25c8194890470c4f2165F3D, 0x39349d1B93e1bd910C0e54FDfcE4e904641618D9]
name() view returns (string)
Assetereum
required() view returns (uint256)
1
symbol() view returns (string)
ASET
totalSupply() view returns (uint256)
10000000000000000
transactionCount() view returns (uint256)
5
Read-only
balanceOf(address) view returns (uint256)
confirmations(uint256, address) view returns (bool)
frozenAccount(address) view returns (bool)
getConfirmationCount(uint256 transactionId) view returns (uint256 count)
getConfirmations(uint256 transactionId) view returns (address[] _confirmations)
getTransactionCount(bool pending, bool executed) view returns (uint256 count)
getTransactionIds(uint256 from, uint256 to, bool pending, bool executed) view returns (uint256[] _transactionIds)
isConfirmed(uint256 transactionId) view returns (bool)
isOwner(address) view returns (bool)
owners(uint256) view returns (address)
transactions(uint256) view returns (address source, address destination, uint256 value, bool executed, uint256 operation, string reason)
withdrawalLimit(address) view returns (uint256)
State-modifying
Events confirmTransaction(uint256 transactionId)
executeTransaction(uint256 transactionId)
revokeConfirmation(uint256 transactionId)
submitTransaction(address source, address destination, uint256 value, uint256 operation, string reason) returns (uint256 transactionId)
transfer(address _to, uint256 _value)
Confirmation(address indexed sender, uint256 indexed transactionId)
Deposit(address indexed sender, uint256 value)
Execution(uint256 indexed transactionId)
ExecutionFailure(uint256 indexed transactionId)
FrozenFunds(address target, bool frozen)
OwnerAddition(address indexed owner)
OwnerRemoval(address indexed owner)
RequirementChange(uint256 required)
Revocation(address indexed sender, uint256 indexed transactionId)
Submission(uint256 indexed transactionId, string operation, address source, address destination, uint256 value, string reason)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
fallback()
This contract contains no error objects.