Loyalty Labs
Verified contract
Active on
Ethereum with 322 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Loyal | ERC-20 | 1K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20801495 | 2 months ago | | | 0 | 0.00030347678 | |
| 19447597 | 8 months ago | | | 0 | 0.0014311600 | |
| 18944860 | 10 months ago | | | 0 | 0.00069156060 | |
| 18230880 | a year ago | | | 0 | 0.00033234724 | |
| 17932808 | a year ago | | | 0 | 0.00048099591 | |
| 17876506 | a year ago | | | 0 | 0.00092887778 | |
| 17819967 | a year ago | | | 0 | 0.00079306966 | |
| 17807081 | a year ago | | | 0 | 0.0014080456 | |
| 17804459 | a year ago | | | 0 | 0.00091880370 | |
| 17712742 | a year ago | | | 0 | 0.00095475892 |
ABI
ABI objects
Getter at block 21206246
decimals() view returns (uint8)
18
name() view returns (string)
Loyalty Labs
symbol() view returns (string)
LOYALTY
totalSupply() view returns (uint256)
550000000000000000000000000000
Read-only
allowance(address ownerAddress, address spender) view returns (uint256)
balanceOf(address wallet) view returns (uint256)
isAddressBlacklisted(address wallet) view returns (bool)
State-modifying
Events addToBlacklist(address wallet)
approve(address spender, uint256 value) returns (bool)
removeFromBlacklist(address wallet)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistUpdated(address indexed wallet, bool isBlacklisted)
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.