Loyal Token
Verified contract
Active on
Ethereum with 18 txns
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 "Loyal Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17380842 | 2 years ago | | | 0 | 0.0028207940 | |
| 17380838 | 2 years ago | | | 0 | 0.0025733697 | |
| 17380835 | 2 years ago | | | 0 | 0.0023940837 | |
| 17380831 | 2 years ago | | | 0 | 0.0026877227 | |
| 17380828 | 2 years ago | | | 0 | 0.0023582751 | |
| 17380828 | 2 years ago | | | 0 | 0.0027901418 | |
| 17380827 | 2 years ago | | | 0 | 0.0024561490 | |
| 17380824 | 2 years ago | | | 0 | 0.0028005660 | |
| 17380822 | 2 years ago | | | 0 | 0.0024373331 | |
| 17380818 | 2 years ago | | | 0 | 0.0028928410 |
ABI
ABI objects
Getter at block 21419108
decimals() view returns (uint8)
18
name() view returns (string)
Loyal Token
owner() view returns (address)
0x0000017c34f986d9fbbdbf3e3fa6c449787141a3
symbol() view returns (string)
LOYAL
totalSupply() view returns (uint256)
10000000000000000000000000000
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)
launch(bool _launched)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, 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_, address owner_)
This contract contains no fallback and receive objects.
This contract contains no error objects.