Plasma Gas Station
Verified contract
Active on
Base with 1 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb8d4…bbd7
0xad07…68c8
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Plasma Gas Station"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 2410714 | a year ago | | | 0 | 0.000071308503 |
ABI
ABI objects
Getter at block 23556197
DOMAIN_SEPARATOR() view returns (bytes32)
0xfcd734ff5eef02205061f14e0fdd813bf6fd665f2e4233ff4ee7ac3a9975e6bc
TX_REQUEST_TYPEHASH() view returns (bytes32)
0xafb04763f291995e13dae78af8e7cf4f564a8b4b347ad17417a5a93cc301e883
approver() view returns (address)
0xad0725acdc660e1599be3d735e0ac03141b668c8
exchange() view returns (address)
0xb8d498f025c45a8a7a63277cb1cca36c2599bbd7
feeTokens() view returns (address[])
[0x4200000000000000000000000000000000000006]
hyperDex() view returns (address)
0xa0bed274709e85007514eeaeb8e84ba22d70c9e4
maxPostCallGasUsage() view returns (uint256)
350000
name() view returns (string)
Plasma Gas Station
owner() view returns (address)
0xcb77b30841e1deaffd88ba08b9654c667f80b80a
txRelayFeePercent() view returns (uint256)
300
version() view returns (string)
1
Read-only
getEstimatedPostCallGas(address _token) view returns (uint256)
getNonce(address from) view returns (uint256)
hasFeePayer(address _feePayer) view returns (bool)
nonces(address) view returns (uint256)
postCallGasUsage(address) view returns (uint256)
State-modifying
Events addFeePayer(address _feePayer)
addFeeToken(address _feeToken)
execute(address from, address to, bytes data)
removeFeePayer(address _feePayer)
removeFeeToken(address _feePayer)
renounceOwnership()
sendTransaction(struct GasStationTxRequest _tx, struct GasStationTxFee _fee, bytes _sign)
setApprover(address _approver)
setExchange(address _exchange)
setHyperDex(address _hyperDex)
setMaxPostCallGasUsage(uint256 _maxPostCallGasUsage)
setTxRelayFeePercent(uint256 _txRelayFeePercent)
transferOwnership(address newOwner)
FeePayerAdded(address payer)
FeePayerRemoved(address payer)
GasStationApproverUpdated(address indexed newApprover)
GasStationExchangeUpdated(address indexed newExchange)
GasStationFeeTokenAdded(address feeToken)
GasStationFeeTokenRemoved(address feeToken)
GasStationFeeTokensStoreUpdated(address indexed newFeeTokensStore)
GasStationHyperDexUpdated(address indexed newHyperDex)
GasStationMaxPostCallGasUsageUpdated(uint256 newMaxPostCallGasUsage)
GasStationTxExecuted(address indexed from, address to, address feeToken, uint256 totalFeeInTokens, uint256 txRelayFeeInEth)
GasStationTxRelayFeePercentUpdated(uint256 newTxRelayFeePercent)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _exchange, address _approver, address _feePayer, uint256 _txRelayFeePercent, address[] _feeTokens, address _hyperDex)
This contract contains no fallback and receive objects.
This contract contains no error objects.