GasMovr
Verified contract
Active on
Ethereum with 540,193 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($246.33)
Native
Value
$246.33
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.074147 | $3,322.21 |
$246.33 | |
DAI | ERC-20 | 0.001 | $1.001 |
$0 | |
APU | ERC-20 | 1 | $0.000818 |
$0 | |
ALF | ERC-20 | 25K | -- | -- | |
Pandora GPT | ERC-20 | 1.55 | -- | -- | |
HQG | ERC-20 | 0.5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21271171 | an hour ago | | | 0.0021 | 0.00022825395 | |
| 21271016 | 2 hours ago | | | 0.0008 | 0.00023183687 | |
| 21270571 | 3 hours ago | | | 0.0003 | 0.00027090634 | |
| 21270571 | 3 hours ago | | | 0.0003 | 0.00027140362 | |
| 21270570 | 3 hours ago | | | 0.0003 | 0.00026487133 | |
| 21270569 | 3 hours ago | | | 0.0003 | 0.00027022596 | |
| 21270567 | 3 hours ago | | | 0.0003 | 0.00024197894 | |
| 21270567 | 3 hours ago | | | 0.0003 | 0.00024208014 | |
| 21270567 | 3 hours ago | | | 0.0003 | 0.00024208014 | |
| 21270567 | 3 hours ago | | | 0.0003 | 0.00024208014 |
ABI
ABI objects
Getter at block 21271527
owner() view returns (address)
0xfb5693de25f8f492a7321ad4fed953f09ac4dbb3
paused() view returns (bool)
false
Read-only
chainConfig(uint256) view returns (uint256 chainId, bool isEnabled)
getChainData(uint256 chainId) view returns (struct GasMovrChainData)
processedHashes(bytes32) view returns (bool)
senders(address) view returns (bool)
State-modifying
Events addRoutes(struct GasMovrChainData[] _routes)
batchSendNativeToken(address[] receivers, uint256[] amounts, bytes32[] srcChainTxHashes, uint256 perUserGasAmount, uint256 maxLimit)
depositNativeToken(uint256 destinationChainId, address _to) payable
grantSenderRole(address sender)
renounceOwnership()
revokeSenderRole(address sender)
sendNativeToken(address receiver, uint256 amount, bytes32 srcChainTxHash, uint256 perUserGasAmount, uint256 maxLimit)
setIsEnabled(uint256 chainId, bool _isEnabled) returns (bool)
setPause() returns (bool)
setUnPause() returns (bool)
transferOwnership(address newOwner)
withdrawBalance(address _to, uint256 _amount)
withdrawFullBalance(address _to)
Deposit(address indexed destinationReceiver, uint256 amount, uint256 indexed destinationChainId)
Donation(address sender, uint256 amount)
GrantSender(address sender)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RevokeSender(address sender)
Send(address receiver, uint256 amount, bytes32 srcChainTxHash)
Unpaused(address account)
Withdrawal(address indexed receiver, uint256 amount)
constructor()
receive()
This contract contains no error objects.