Truflation
Verified contract
Active on
Ethereum with 17,865 txns
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 |
---|---|---|---|---|---|
USDC | ERC-20 | 45.61 | $0.998848 |
$45.56 | |
TRUF | ERC-20 | 5.95689K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242865 | an hour ago | | | 0 | 0.00029359635 | |
| 21242691 | 2 hours ago | | | 0 | 0.00057741732 | |
| 21242260 | 3 hours ago | | | 0 | 0.00086496242 | |
| 21241969 | 4 hours ago | | | 0 | 0.00042976865 | |
| 21241947 | 4 hours ago | | | 0 | 0.00050150311 | |
| 21241853 | 5 hours ago | | | 0 | 0.00045284549 | |
| 21241005 | 8 hours ago | | | 0 | 0.00054863882 | |
| 21240499 | 9 hours ago | | | 0 | 0.00052257481 | |
| 21238517 | 16 hours ago | | | 0 | 0.0010888826 | |
| 21238505 | 16 hours ago | | | 0 | 0.0010261230 |
ABI
ABI objects
Getter at block 21243249
decimals() view returns (uint8)
18
name() view returns (string)
Truflation
symbol() view returns (string)
TRUF
totalSupply() view returns (uint256)
1000000000000000000000000000
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 to, uint256 amount) returns (bool)
transferAndCall(address _to, uint256 _value, bytes _data) returns (bool success)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value, bytes data)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.