Loyalty Labs
Verified contract
Active on
Ethereum with 21,450 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.84)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
QWLA | ERC-20 | 10 | $0.383613 |
$3.84 | |
PSYOP | ERC-20 | 138 | $0.000036 |
$0 | |
PSY | ERC-20 | 4.2B | -- | -- | |
LOYAL | ERC-20 | 18.481415M | -- | -- | |
HOLYTRINITY | ERC-20 | 2.746519M | -- | -- | |
LOYAL 忠 | ERC-20 | 1.000069M | -- | -- | |
MEMEDROP | ERC-20 | 42.069K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21294540 | 12 hours ago | | | 0 | 0.0010578520 | |
| 21294526 | 12 hours ago | | | 0 | 0.0010622312 | |
| 21292934 | 17 hours ago | | | 0 | 0.00054599130 | |
| 21291927 | 20 hours ago | | | 0 | 0.00035509702 | |
| 21289989 | a day ago | | | 0 | 0.00031671224 | |
| 21287118 | 2 days ago | | | 0 | 0.00039028880 | |
| 21278910 | 3 days ago | | | 0 | 0.00032394101 | |
| 21263335 | 5 days ago | | | 0 | 0.00037073018 | |
| 21262206 | 5 days ago | | | 0 | 0.00020207633 | |
| 21262199 | 5 days ago | | | 0 | 0.00034476720 |
ABI
ABI objects
Getter at block 21298000
decimals() view returns (uint8)
18
name() view returns (string)
Loyalty Labs
owner() view returns (address)
0x2049acc16b8933c82939f72ea519f8c039aeb7a3
paused() view returns (bool)
true
symbol() view returns (string)
LOYAL
totalSupply() view returns (uint256)
210000000000000000000000000000
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)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address _V3Factory, address _V2Factory, address _weth, address _psyop, uint160 _sqrtPriceX96, uint160 _psyopSqrtPriceX96, address _ben)
This contract contains no fallback and receive objects.
ContractPaused()
IncorrectSum()
NoZeroTransfers()