Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "One Tenth"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16986688 | 2 years ago | | | 0 | 0.00099124662 | |
| 16986684 | 2 years ago | | | 0 | 0.00094803864 | |
| 16986681 | 2 years ago | | | 0 | 0.0010265975 | |
| 16623521 | 2 years ago | | | 0 | 0.00074026036 | |
| 16616270 | 2 years ago | | | 0 | 0.00053450895 | |
| 16614709 | 2 years ago | | | 0 | 0.00079942247 | |
| 16614609 | 2 years ago | | | 0 | 0.0010967914 | |
| 16613470 | 2 years ago | | | 0 | 0.0010311978 | |
| 16612962 | 2 years ago | | | 0 | 0.00076309914 | |
| 16612384 | 2 years ago | | | 0 | 0.00064454245 |
ABI
ABI objects
Getter at block 21288935
Optimization() view returns (uint256)
1312006357485223689596739090
_owner() view returns (address)
0x635cbf7cb4e8f52236b8f9af5f9a6ec739bf0b90
decimals() view returns (uint256)
18
name() view returns (string)
One Tenth
owner() view returns (address)
0x635cbf7cb4e8f52236b8f9af5f9a6ec739bf0b90
symbol() view returns (string)
⅒
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)
recoverERC20(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) 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(string name_, string symbol_, uint256 decimals_, uint256 initialBalance_, address tokenOwner, address feeReceiver_)
This contract contains no fallback and receive objects.
This contract contains no error objects.