Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4,355.17)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAI | ERC-20 | 4.376336K | $0.995163 |
$4,355.17 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18636068 | a year ago | | | 0 | 0.0020396491 | |
| 18368965 | a year ago | | | 0 | 0.0011240553 | |
| 18071868 | a year ago | | | 0 | 0.00078731076 | |
| 18071762 | a year ago | | | 0 | 0.0013700458 | |
| 18071754 | a year ago | | | 0 | 0.0012610546 | |
| 16391229 | 2 years ago | | | 0 | 0.00059150498 | |
| 16391229 | 2 years ago | | | 0 | 0.0010362288 | |
| 16317879 | 2 years ago | | | 0 | 0.00065735950 | |
| 16275884 | 2 years ago | | | 0 | 0.00055029957 | |
| 16246389 | 2 years ago | | | 0 | 0.00040269900 |
ABI
ABI objects
Getter at block 21171109
decimals() view returns (uint8)
9
name() view returns (string)
Tollar
owner() view returns (address)
0x5ba3c478d785435689749786e8dba3a4915169a3
symbol() view returns (string)
TLR
totalSupply() view returns (uint256)
475880252426668
transactionsSize() view returns (uint256)
1
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceOf(address who) view returns (uint256)
transactions(uint256) view returns (bool enabled, address destination, bytes data)
State-modifying
Events addTransaction(address destination, bytes data)
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
rebase(int256 supplyDelta) returns (uint256)
removeTransaction(uint256 index)
renounceOwnership()
setTransactionEnabled(uint256 index, bool enabled)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
LogRebase(uint256 indexed epoch, uint256 totalSupply)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransactionFailed(address indexed destination, uint256 index, bytes data)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.