Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOR | ERC-20 | 3 | $0.004525 |
$0.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15056072 | 2 years ago | | | 0 | 0.0014539000 | |
| 14949915 | 2 years ago | | | 0 | 0.00098680300 | |
| 14923540 | 2 years ago | | | 0 | 0.0019731500 | |
| 14907888 | 2 years ago | | | 0 | 0.00098680300 | |
| 14902181 | 2 years ago | | | 0 | 0.0015061730 | |
| 13512740 | 3 years ago | | | 0 | 0.012259964 | |
| 12636281 | 3 years ago | | | 0 | 0.00088292900 | |
| 12333800 | 4 years ago | | | 0 | 0.0026475630 | |
| 11827164 | 4 years ago | | | 0 | 0.0091218751 | |
| 11827150 | 4 years ago | | | 0 | 0.0069423750 |
ABI
ABI objects
Getter at block 21163261
decimals() view returns (uint8)
18
name() view returns (string)
ACSS
owner() view returns (address)
0x411e73a0474c9a9b39bd1bdd208ab4e9d095504c
symbol() view returns (string)
ACSS
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol, uint8 decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.