Overview
S Balance
0 S
S Value
-More Info
Private Name Tags
ContractCreator
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Latest 1 internal transaction
Parent Transaction Hash | Block | From | To | |||
---|---|---|---|---|---|---|
307795 | 22 days ago | Contract Creation | 0 S |
Loading...
Loading
Contract Name:
Basefee
Compiler Version
v0.8.15+commit.e14f2714
Optimization Enabled:
Yes with 200 runs
Other Settings:
default evmVersion
Contract Source Code (Solidity)
/** *Submitted for verification at SonicScan.org on 2024-12-11 */ // SPDX-License-Identifier: AGPL-3.0 pragma solidity ^0.8.15; /** * @dev Contract that reads the block base fee on supported * networks, including Ethereum, Fantom, and Arbitrum. * * Version 0.1.0 */ contract Basefee { function basefee_global() external view returns (uint) { return block.basefee; } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"inputs":[],"name":"basefee_global","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"}]
Contract Creation Code
6080604052348015600f57600080fd5b50607680601d6000396000f3fe6080604052348015600f57600080fd5b506004361060285760003560e01c80639436dce414602d575b600080fd5b4860405190815260200160405180910390f3fea264697066735822122038a428c02a16150bd632647263c0c12e7e3eff5b836b9d004bec6844f24bf58664736f6c634300080f0033
Deployed Bytecode
0x6080604052348015600f57600080fd5b506004361060285760003560e01c80639436dce414602d575b600080fd5b4860405190815260200160405180910390f3fea264697066735822122038a428c02a16150bd632647263c0c12e7e3eff5b836b9d004bec6844f24bf58664736f6c634300080f0033
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 30 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|
[ 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.