PetLFG
Verified contract
Proxy
Active on
Base with 157 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
0x5e02…3bbd
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
$NATOSHI | ERC-20 | 31.959198K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19649589 | 2 months ago | | | 0 | 2.1980641e-7 | |
| 14747410 | 6 months ago | | | 0 | 4.5582367e-7 | |
| 14283837 | 6 months ago | | | 0 | 4.8249169e-7 | |
| 13219277 | 7 months ago | | | 0 | 8.6685864e-7 | |
| 12607067 | 7 months ago | | | 0 | 1.7572596e-7 | |
| 9637198 | 9 months ago | | | 0 | 0.000000064792294925 | |
| 9227774 | 10 months ago | | | 0 | 0.000000004382482175 | |
| 9172528 | 10 months ago | | | 0 | 0.00013473503 | |
| 9172429 | 10 months ago | | | 0 | 0.000000002323572888 | |
| 9114095 | 10 months ago | | | 0 | 0.00013410503 |
ABI
ABI objects
Getter at block 22042675
blacklistRegistry() view returns (address)
0x5e023b1f361f944ebfcacd4dda2e134ec8e93bbd
chainportBridge() view returns (address)
0x7ed090bb2c8b053e9377fe653d21bb988df3b7db
chainportCongress() view returns (address)
0x77fa6b67b5fc1cc6116082981d1db098b8980843
decimals() view returns (uint8)
18
name() view returns (string)
PetLFG
paused() view returns (bool)
false
symbol() view returns (string)
LICK
totalSupply() view returns (uint256)
8974492757433018373992713
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlocked(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blockAddress(address addressToBlock)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
destroyBlackFunds(address maliciousAddress, uint256 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string tokenName_, string tokenSymbol_, uint8 decimals_, address chainportCongress_, address blacklistRegistry_)
mint(address _to, uint256 _amount)
pause()
setChainportCongress(address _chainportCongress)
setSideBridgeContract(address _chainportBridge)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unblockAddress(address addressToUnblock)
unpause()
withdrawTokenIfStuck(address token, address beneficiary)
AddressBlocked(address indexed addr)
AddressUnblocked(address indexed addr)
Approval(address indexed owner, address indexed spender, uint256 value)
BlackFundsDestroyed(address indexed token, uint256 amount)
ChainportBridgeChanged(address indexed addr)
ChainportCongressChanged(address indexed addr)
Mint(address indexed to, uint256 amount)
Paused(address account)
StuckTokenWithdrawn(address indexed token, address indexed to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.