Axelar: Gas Service
Source Code
Latest 25 from a total of 1,332 transactions
| Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
|---|---|---|---|---|---|---|---|---|---|
| Add Native Gas | 19186161 | 152 days ago | IN | 0.00004082 ETH | 0.00000059 | ||||
| Add Native Gas | 17761878 | 168 days ago | IN | 0.00005126 ETH | 0.00000059 | ||||
| Add Native Gas | 17429084 | 176 days ago | IN | 0.0001014 ETH | 0.00002066 | ||||
| Add Native Gas | 16255907 | 222 days ago | IN | 0.00007283 ETH | 0.00000063 | ||||
| Add Native Gas | 16255326 | 222 days ago | IN | 0.00007263 ETH | 0.00000091 | ||||
| Add Native Gas | 16255323 | 222 days ago | IN | 0.00007263 ETH | 0.00000091 | ||||
| Add Native Gas | 15583350 | 240 days ago | IN | 0.00003671 ETH | 0.00002067 | ||||
| Add Native Gas | 15278627 | 250 days ago | IN | 0.00015556 ETH | 0.00002069 | ||||
| Add Native Gas | 14641868 | 277 days ago | IN | 0.00004892 ETH | 0.00000323 | ||||
| Add Native Gas | 14439962 | 284 days ago | IN | 0.00010616 ETH | 0.00000181 | ||||
| Add Native Gas | 14007524 | 306 days ago | IN | 0.00008221 ETH | 0.00002156 | ||||
| Add Native Gas | 13996783 | 307 days ago | IN | 0.00010215 ETH | 0.00000171 | ||||
| Add Native Gas | 13996779 | 307 days ago | IN | 0.00010215 ETH | 0.00000171 | ||||
| Add Native Gas | 13800331 | 316 days ago | IN | 0.00015792 ETH | 0.00002222 | ||||
| Add Native Gas | 13535509 | 328 days ago | IN | 0.0000448 ETH | 0.00000177 | ||||
| Add Native Gas | 13061153 | 349 days ago | IN | 0.00010704 ETH | 0.00002352 | ||||
| Add Native Gas | 12914255 | 355 days ago | IN | 0.0000577 ETH | 0.00002926 | ||||
| Add Native Gas | 12901484 | 355 days ago | IN | 0.00005858 ETH | 0.00001122 | ||||
| Add Native Gas | 12855162 | 357 days ago | IN | 0.00006395 ETH | 0.00000647 | ||||
| Add Native Gas | 12841618 | 358 days ago | IN | 0.00024331 ETH | 0.00001758 | ||||
| Add Native Gas | 12668684 | 365 days ago | IN | 0.0004584 ETH | 0.00001422 | ||||
| Add Native Gas | 12656052 | 365 days ago | IN | 0.00005844 ETH | 0.00002179 | ||||
| Add Native Gas | 12632015 | 366 days ago | IN | 0.00006813 ETH | 0.00000315 | ||||
| Add Native Gas | 12623098 | 367 days ago | IN | 0.00007218 ETH | 0.00000315 | ||||
| Add Native Gas | 12592682 | 368 days ago | IN | 0.00008715 ETH | 0.00000544 |
Latest 25 internal transactions (View All)
Advanced mode:
| Parent Transaction Hash | Block | From | To | |||
|---|---|---|---|---|---|---|
| 28033944 | 4 hrs ago | 0.00002007 ETH | ||||
| 28026420 | 8 hrs ago | 0.00003672 ETH | ||||
| 28020565 | 10 hrs ago | 0.00008346 ETH | ||||
| 28015002 | 13 hrs ago | 0.00000445 ETH | ||||
| 28011386 | 14 hrs ago | 0.00002341 ETH | ||||
| 28005654 | 16 hrs ago | 0.0000491 ETH | ||||
| 28001641 | 17 hrs ago | 0.00008284 ETH | ||||
| 27998630 | 18 hrs ago | 0.0000067 ETH | ||||
| 27996209 | 20 hrs ago | 0.00002334 ETH | ||||
| 27992665 | 22 hrs ago | 0.00000271 ETH | ||||
| 27990859 | 23 hrs ago | 0.00000852 ETH | ||||
| 27979601 | 28 hrs ago | 0.00000646 ETH | ||||
| 27976576 | 30 hrs ago | 0.00002337 ETH | ||||
| 27963473 | 35 hrs ago | 0.00003174 ETH | ||||
| 27963404 | 35 hrs ago | 0.00000604 ETH | ||||
| 27963047 | 35 hrs ago | 0.00000864 ETH | ||||
| 27961462 | 36 hrs ago | 0.0000845 ETH | ||||
| 27959120 | 37 hrs ago | 0.00002656 ETH | ||||
| 27958477 | 37 hrs ago | 0.00000641 ETH | ||||
| 27954247 | 39 hrs ago | 0.00002653 ETH | ||||
| 27951411 | 40 hrs ago | 0.00000568 ETH | ||||
| 27948916 | 41 hrs ago | 0.00001336 ETH | ||||
| 27919151 | 2 days ago | 0.00000472 ETH | ||||
| 27917338 | 2 days ago | 0.00001367 ETH | ||||
| 27889799 | 3 days ago | 0.00004062 ETH |
Cross-Chain Transactions
Loading...
Loading
This contract may be a proxy contract. Click on More Options and select Is this a proxy? to confirm and enable the "Read as Proxy" & "Write as Proxy" tabs.
Contract Name:
AxelarGasServiceProxy
Compiler Version
v0.8.9+commit.e5eed63a
Optimization Enabled:
Yes with 1000 runs
Other Settings:
london EvmVersion
Contract Source Code (Solidity Standard Json-Input format)
// SPDX-License-Identifier: MIT
pragma solidity 0.8.9;
import { Proxy } from '../util/Proxy.sol';
import { IUpgradable } from '../interfaces/IUpgradable.sol';
contract AxelarGasServiceProxy is Proxy {
function contractId() internal pure override returns (bytes32) {
return keccak256('axelar-gas-service');
}
}// SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
// General interface for upgradable contracts
interface IUpgradable {
error NotOwner();
error InvalidOwner();
error InvalidCodeHash();
error InvalidImplementation();
error SetupFailed();
error NotProxy();
event Upgraded(address indexed newImplementation);
event OwnershipTransferred(address indexed newOwner);
// Get current owner
function owner() external view returns (address);
function contractId() external pure returns (bytes32);
function implementation() external view returns (address);
function upgrade(
address newImplementation,
bytes32 newImplementationCodeHash,
bytes calldata params
) external;
function setup(bytes calldata data) external;
}// SPDX-License-Identifier: MIT
pragma solidity 0.8.9;
import { IUpgradable } from '../interfaces/IUpgradable.sol';
contract Proxy {
error InvalidImplementation();
error SetupFailed();
error EtherNotAccepted();
error NotOwner();
error AlreadyInitialized();
// bytes32(uint256(keccak256('eip1967.proxy.implementation')) - 1)
bytes32 internal constant _IMPLEMENTATION_SLOT = 0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc;
// keccak256('owner')
bytes32 internal constant _OWNER_SLOT = 0x02016836a56b71f0d02689e69e326f4f4c1b9057164ef592671cf0d37c8040c0;
constructor() {
// solhint-disable-next-line no-inline-assembly
assembly {
sstore(_OWNER_SLOT, caller())
}
}
function init(
address implementationAddress,
address newOwner,
bytes memory params
) external {
address owner;
// solhint-disable-next-line no-inline-assembly
assembly {
owner := sload(_OWNER_SLOT)
}
if (msg.sender != owner) revert NotOwner();
if (implementation() != address(0)) revert AlreadyInitialized();
if (IUpgradable(implementationAddress).contractId() != contractId()) revert InvalidImplementation();
// solhint-disable-next-line no-inline-assembly
assembly {
sstore(_IMPLEMENTATION_SLOT, implementationAddress)
sstore(_OWNER_SLOT, newOwner)
}
// solhint-disable-next-line avoid-low-level-calls
(bool success, ) = implementationAddress.delegatecall(
//0x9ded06df is the setup selector.
abi.encodeWithSelector(0x9ded06df, params)
);
if (!success) revert SetupFailed();
}
// solhint-disable-next-line no-empty-blocks
function contractId() internal pure virtual returns (bytes32) {}
function implementation() public view returns (address implementation_) {
// solhint-disable-next-line no-inline-assembly
assembly {
implementation_ := sload(_IMPLEMENTATION_SLOT)
}
}
// solhint-disable-next-line no-empty-blocks
function setup(bytes calldata data) public {}
// solhint-disable-next-line no-complex-fallback
fallback() external payable {
address implementaion_ = implementation();
// solhint-disable-next-line no-inline-assembly
assembly {
calldatacopy(0, 0, calldatasize())
let result := delegatecall(gas(), implementaion_, 0, calldatasize(), 0, 0)
returndatacopy(0, 0, returndatasize())
switch result
case 0 {
revert(0, returndatasize())
}
default {
return(0, returndatasize())
}
}
}
receive() external payable virtual {
revert EtherNotAccepted();
}
}{
"evmVersion": "london",
"optimizer": {
"enabled": true,
"runs": 1000,
"details": {
"peephole": true,
"inliner": true,
"jumpdestRemover": true,
"orderLiterals": true,
"deduplicate": true,
"cse": true,
"constantOptimizer": true,
"yul": true,
"yulDetails": {
"stackAllocation": true
}
}
},
"outputSelection": {
"*": {
"*": [
"evm.bytecode",
"evm.deployedBytecode",
"devdoc",
"userdoc",
"metadata",
"abi"
]
}
},
"libraries": {}
}Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"inputs":[],"name":"AlreadyInitialized","type":"error"},{"inputs":[],"name":"EtherNotAccepted","type":"error"},{"inputs":[],"name":"InvalidImplementation","type":"error"},{"inputs":[],"name":"NotOwner","type":"error"},{"inputs":[],"name":"SetupFailed","type":"error"},{"stateMutability":"payable","type":"fallback"},{"inputs":[],"name":"implementation","outputs":[{"internalType":"address","name":"implementation_","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"implementationAddress","type":"address"},{"internalType":"address","name":"newOwner","type":"address"},{"internalType":"bytes","name":"params","type":"bytes"}],"name":"init","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes","name":"data","type":"bytes"}],"name":"setup","outputs":[],"stateMutability":"nonpayable","type":"function"},{"stateMutability":"payable","type":"receive"}]Contract Creation Code
608060405234801561001057600080fd5b50337f02016836a56b71f0d02689e69e326f4f4c1b9057164ef592671cf0d37c8040c055610677806100436000396000f3fe6080604052600436106100385760003560e01c8063378dfd8e146100bf5780635c60da1b146100e15780639ded06df1461012c5761006f565b3661006f576040517f3733483400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60006100997f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b90503660008037600080366000845af43d6000803e8080156100ba573d6000f35b3d6000fd5b3480156100cb57600080fd5b506100df6100da366004610465565b61014b565b005b3480156100ed57600080fd5b507f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546040516001600160a01b03909116815260200160405180910390f35b34801561013857600080fd5b506100df610147366004610537565b5050565b7f02016836a56b71f0d02689e69e326f4f4c1b9057164ef592671cf0d37c8040c054336001600160a01b038216146101af576040517f30cd747100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60006101d97f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b6001600160a01b031614610219576040517f0dc149f000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b7ffaa2f015f2ce5aee225904728de2def86eb8837491efd21f1a04fc20d8e923f6846001600160a01b0316638291286c6040518163ffffffff1660e01b815260040160206040518083038186803b15801561027357600080fd5b505afa158015610287573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102ab91906105a9565b146102e2576040517f68155f9a00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b837f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc55827f02016836a56b71f0d02689e69e326f4f4c1b9057164ef592671cf0d37c8040c0556000846001600160a01b0316639ded06df8460405160240161034a91906105f2565b6040516020818303038152906040529060e01b6020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff83818316178352505050506040516103989190610625565b600060405180830381855af49150503d80600081146103d3576040519150601f19603f3d011682016040523d82523d6000602084013e6103d8565b606091505b5050905080610413576040517f97905dfb00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5050505050565b80356001600160a01b038116811461043157600080fd5b919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b60008060006060848603121561047a57600080fd5b6104838461041a565b92506104916020850161041a565b9150604084013567ffffffffffffffff808211156104ae57600080fd5b818601915086601f8301126104c257600080fd5b8135818111156104d4576104d4610436565b604051601f8201601f19908116603f011681019083821181831017156104fc576104fc610436565b8160405282815289602084870101111561051557600080fd5b8260208601602083013760006020848301015280955050505050509250925092565b6000806020838503121561054a57600080fd5b823567ffffffffffffffff8082111561056257600080fd5b818501915085601f83011261057657600080fd5b81358181111561058557600080fd5b86602082850101111561059757600080fd5b60209290920196919550909350505050565b6000602082840312156105bb57600080fd5b5051919050565b60005b838110156105dd5781810151838201526020016105c5565b838111156105ec576000848401525b50505050565b60208152600082518060208401526106118160408501602087016105c2565b601f01601f19169190910160400192915050565b600082516106378184602087016105c2565b919091019291505056fea2646970667358221220651952c349510bec880aaba14c95732e193a934d9454dc378b340fc36d6ef99c64736f6c63430008090033
Deployed Bytecode
0x6080604052600436106100385760003560e01c8063378dfd8e146100bf5780635c60da1b146100e15780639ded06df1461012c5761006f565b3661006f576040517f3733483400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60006100997f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b90503660008037600080366000845af43d6000803e8080156100ba573d6000f35b3d6000fd5b3480156100cb57600080fd5b506100df6100da366004610465565b61014b565b005b3480156100ed57600080fd5b507f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546040516001600160a01b03909116815260200160405180910390f35b34801561013857600080fd5b506100df610147366004610537565b5050565b7f02016836a56b71f0d02689e69e326f4f4c1b9057164ef592671cf0d37c8040c054336001600160a01b038216146101af576040517f30cd747100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60006101d97f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b6001600160a01b031614610219576040517f0dc149f000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b7ffaa2f015f2ce5aee225904728de2def86eb8837491efd21f1a04fc20d8e923f6846001600160a01b0316638291286c6040518163ffffffff1660e01b815260040160206040518083038186803b15801561027357600080fd5b505afa158015610287573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102ab91906105a9565b146102e2576040517f68155f9a00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b837f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc55827f02016836a56b71f0d02689e69e326f4f4c1b9057164ef592671cf0d37c8040c0556000846001600160a01b0316639ded06df8460405160240161034a91906105f2565b6040516020818303038152906040529060e01b6020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff83818316178352505050506040516103989190610625565b600060405180830381855af49150503d80600081146103d3576040519150601f19603f3d011682016040523d82523d6000602084013e6103d8565b606091505b5050905080610413576040517f97905dfb00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5050505050565b80356001600160a01b038116811461043157600080fd5b919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b60008060006060848603121561047a57600080fd5b6104838461041a565b92506104916020850161041a565b9150604084013567ffffffffffffffff808211156104ae57600080fd5b818601915086601f8301126104c257600080fd5b8135818111156104d4576104d4610436565b604051601f8201601f19908116603f011681019083821181831017156104fc576104fc610436565b8160405282815289602084870101111561051557600080fd5b8260208601602083013760006020848301015280955050505050509250925092565b6000806020838503121561054a57600080fd5b823567ffffffffffffffff8082111561056257600080fd5b818501915085601f83011261057657600080fd5b81358181111561058557600080fd5b86602082850101111561059757600080fd5b60209290920196919550909350505050565b6000602082840312156105bb57600080fd5b5051919050565b60005b838110156105dd5781810151838201526020016105c5565b838111156105ec576000848401525b50505050565b60208152600082518060208401526106118160408501602087016105c2565b601f01601f19169190910160400192915050565b600082516106378184602087016105c2565b919091019291505056fea2646970667358221220651952c349510bec880aaba14c95732e193a934d9454dc378b340fc36d6ef99c64736f6c63430008090033
Loading...
Loading
Loading...
Loading
Loading...
Loading
Net Worth in USD
$1,840.70
Net Worth in ETH
Token Allocations
ETH
91.68%
BNB
3.48%
USDC
2.95%
Others
1.88%
Multichain Portfolio | 35 Chains
| Chain | Token | Portfolio % | Price | Amount | Value |
|---|---|---|---|---|---|
| OP | 17.80% | $3,321.05 | 0.0986 | $327.58 | |
| OP | 0.05% | $0.999854 | 0.8413 | $0.8412 | |
| SCROLL | 17.21% | $3,322.37 | 0.0954 | $316.87 | |
| LINEA | 16.04% | $3,322.37 | 0.0889 | $295.24 | |
| BASE | 11.40% | $3,322.17 | 0.0632 | $209.83 | |
| BASE | 2.78% | $0.999697 | 51.17 | $51.15 | |
| BASE | 0.29% | $0.999854 | 5.2858 | $5.29 | |
| ARB | 10.32% | $3,321.91 | 0.0572 | $190.03 | |
| ARB | 0.11% | $0.999738 | 2.0587 | $2.06 | |
| ARB | 0.03% | $0.221751 | 2.5442 | $0.5641 | |
| BLAST | 9.71% | $3,320.94 | 0.0538 | $178.67 | |
| ETH | 9.20% | $3,322.37 | 0.051 | $169.42 | |
| ETH | 0.22% | $4,060.62 | 0.00100671 | $4.09 | |
| ETH | 0.17% | $0.999677 | 3.2161 | $3.22 | |
| ETH | 0.02% | $3,322.37 | 0.00012656 | $0.4204 | |
| BSC | 3.48% | $946.54 | 0.0676 | $64 | |
| BSC | 0.06% | $945.83 | 0.00124274 | $1.18 | |
| HYPEREVM | 0.35% | $25.63 | 0.249 | $6.38 | |
| MANTLE | 0.22% | $0.989361 | 4.1527 | $4.11 | |
| MONAD | 0.18% | $0.024958 | 131.7679 | $3.29 | |
| POL | 0.15% | $0.159978 | 16.9982 | $2.72 | |
| AVAX | 0.08% | $14.74 | 0.0955 | $1.41 | |
| AVAX | 0.03% | $14.73 | 0.0362 | $0.533 | |
| GLMR | 0.05% | $0.024511 | 33.8883 | $0.830635 | |
| BERA | 0.03% | $0.689179 | 0.7435 | $0.512397 | |
| CELO | 0.02% | $0.136115 | 3.3161 | $0.451369 | |
| FRAXTAL | <0.01% | $0.786032 | 0.0364 | $0.028628 |
Loading...
Loading
Loading...
Loading
Loading...
Loading
[ Download: CSV Export ]
[ Download: CSV Export ]
A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.