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 "Loyalty"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21119379 | 11 days ago | | | 0 | 0.000076586115 | |
| 21016128 | a month ago | | | 0 | 0.00026362739 | |
| 19842334 | 6 months ago | | | 0 | 0.00015663898 | |
| 19230729 | 9 months ago | | | 0 | 0.00045044923 | |
| 19185021 | 9 months ago | | | 0 | 0.0028208279 | |
| 19078370 | 10 months ago | | | 0 | 0.00044285687 | |
| 18551763 | a year ago | | | 0 | 0.00077129600 | |
| 18372087 | a year ago | | | 0 | 0.00032124713 | |
| 18295400 | a year ago | | | 0 | 0.00015557720 | |
| 18128237 | a year ago | | | 0 | 0.00062609804 |
ABI
ABI objects
Getter at block 21201386
decimals() view returns (uint8)
18
name() view returns (string)
Loyalty
owner() view returns (address)
0xda58927f4065f1d02a6ea850c2aac49d7362a643
symbol() view returns (string)
LOYAL
totalSupply() view returns (uint256)
1000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isAdmin(address check) view returns (bool)
isWhitelisted(address check) view returns (bool)
State-modifying
Events addAdmin(address newAdmin)
addToWhitelist(address newContract)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount)
removeFromWhitelist(address oldContract)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.