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 |
---|---|---|---|---|---|
1 | ERC-20 | 0.000099 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21429114 | 23 minutes ago | | | 0 | 0.00087999272 | |
| 21428957 | an hour ago | | | 0 | 0.00055140911 | |
| 21428957 | an hour ago | | | 0 | 0.00071134922 | |
| 21428886 | an hour ago | | | 0 | 0.00095490087 | |
| 21428857 | an hour ago | | | 0 | 0.0010580667 | |
| 21428716 | 2 hours ago | | | 0 | 0.00069463053 | |
| 21428674 | 2 hours ago | | | 0 | 0.00045556279 | |
| 21428326 | 3 hours ago | | | 0 | 0.00046807179 | |
| 21428278 | 3 hours ago | | | 0 | 0.00046284909 | |
| 21428272 | 3 hours ago | | | 0 | 0.00041437010 |
ABI
ABI objects
Getter at block 21429227
allowTransfers() view returns (bool)
false
decimals() view returns (uint8)
18
name() view returns (string)
GASP
owner() view returns (address)
0xfc8151f19e338c509d1f5b8c981249324014b6b7
symbol() view returns (string)
GASP
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
recipientWhitelist(address) view returns (bool)
senderWhitelist(address) view returns (bool)
State-modifying
Events addToRecipientWhitelist(address account)
addToSenderWhitelist(address account)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeFromRecipientWhitelist(address account)
removeFromSenderWhitelist(address account)
renounceOwnership()
setAllowTransfers(bool allowTransfers_)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address owner, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AddedToRecipientWhitelist(address indexed account)
AddedToSenderWhitelist(address indexed account)
AllowTransfersSet(bool allowTransfers_)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemovedFromRecipientWhitelist(address indexed account)
RemovedFromSenderWhitelist(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address l1Council)
This contract contains no fallback and receive objects.
AccountAlreadyWhitelisted(address account)
AccountNotWhitelisted(address account)
OperationForbidden(bytes32 selector)
TransfersAlreadyAllowed()
ZeroL1Council()
ZeroWhitelistedAccount()