Feature Tip: Add private address tag to any address under My Name Tag !
Latest 25 from a total of 466 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Withdraw | 15288721 | 1016 days ago | IN | 0 ETH | 0.00011929 | ||||
Get Current Epoc... | 15261462 | 1020 days ago | IN | 0 ETH | 0.00023248 | ||||
Transfer | 14444813 | 1152 days ago | IN | 2.345 ETH | 0.00083253 | ||||
Transfer | 14444744 | 1152 days ago | IN | 2.345 ETH | 0.00117211 | ||||
Transfer | 14444739 | 1152 days ago | IN | 2.34 ETH | 0.00085364 | ||||
Transfer | 14444724 | 1152 days ago | IN | 2.34 ETH | 0.00081029 | ||||
Transfer | 14444707 | 1152 days ago | IN | 0.0007756 ETH | 0.00098184 | ||||
Finalize Solutio... | 14067602 | 1210 days ago | IN | 0 ETH | 0.01916944 | ||||
Submit Solution | 14024385 | 1217 days ago | IN | 0 ETH | 0.01067856 | ||||
Submit Block | 14024380 | 1217 days ago | IN | 0 ETH | 0.01565107 | ||||
Withdraw | 13991960 | 1222 days ago | IN | 0 ETH | 0.01404457 | ||||
Withdraw | 13959646 | 1227 days ago | IN | 0 ETH | 0.00882972 | ||||
Withdraw | 13949420 | 1228 days ago | IN | 0 ETH | 0.00840112 | ||||
Finalize Solutio... | 13912296 | 1234 days ago | IN | 0 ETH | 0.00522568 | ||||
Finalize Solutio... | 13872313 | 1240 days ago | IN | 0 ETH | 0.00448724 | ||||
Submit Solution | 13869094 | 1241 days ago | IN | 0 ETH | 0.00711445 | ||||
Submit Block | 13869089 | 1241 days ago | IN | 0 ETH | 0.00550336 | ||||
Withdraw | 13848220 | 1244 days ago | IN | 0 ETH | 0.00388494 | ||||
Submit Solution | 13829109 | 1247 days ago | IN | 0 ETH | 0.00457031 | ||||
Submit Block | 13829107 | 1247 days ago | IN | 0 ETH | 0.00695358 | ||||
Finalize Solutio... | 13816792 | 1249 days ago | IN | 0 ETH | 0.00411085 | ||||
Withdraw | 13816187 | 1249 days ago | IN | 0 ETH | 0.00236395 | ||||
Withdraw | 13815392 | 1249 days ago | IN | 0 ETH | 0.00265601 | ||||
Finalize Solutio... | 13815373 | 1249 days ago | IN | 0 ETH | 0.00606122 | ||||
Finalize Solutio... | 13814342 | 1249 days ago | IN | 0 ETH | 0.0058438 |
View more zero value Internal Transactions in Advanced View mode
Advanced mode:
Loading...
Loading
Contract Name:
RollupProxy
Compiler Version
v0.7.6+commit.7338295f
Contract Source Code (Solidity Standard Json-Input format)
// SPDX-License-Identifier: Unlicense pragma solidity >=0.7.6; import '@NutBerry/NutBerry/src/tsm/contracts/NutBerryEvents.sol'; /// @notice Callforwarding proxy // Audit-1: ok contract RollupProxy is NutBerryEvents { constructor (address initialImplementation) { assembly { // stores the initial contract address to forward calls sstore(not(returndatasize()), initialImplementation) // created at block - a hint for clients to know from which block to start syncing events sstore(0x319a610c8254af7ecb1f669fb64fa36285b80cad26faf7087184ce1dceb114df, number()) } // emit upgrade event emit NutBerryEvents.RollupUpgrade(initialImplementation); } fallback () external payable { assembly { // copy all calldata into memory - returndatasize() is a substitute for `0` calldatacopy(returndatasize(), returndatasize(), calldatasize()) // keep a copy to be used after the call let zero := returndatasize() // call contract address loaded from storage slot with key `uint256(-1)` let success := delegatecall( gas(), sload(not(returndatasize())), returndatasize(), calldatasize(), returndatasize(), returndatasize() ) // copy all return data into memory returndatacopy(zero, zero, returndatasize()) // if the delegatecall succeeded, then return if success { return(zero, returndatasize()) } // else revert revert(zero, returndatasize()) } } }
// SPDX-License-Identifier: Unlicense pragma solidity >=0.7.6; /// @notice Contains event declarations related to NutBerry. // Audit-1: ok interface NutBerryEvents { event BlockBeacon(); event CustomBlockBeacon(); event NewSolution(); event RollupUpgrade(address target); }
{ "evmVersion": "berlin", "libraries": {}, "metadata": { "bytecodeHash": "none" }, "optimizer": { "details": { "constantOptimizer": true, "cse": true, "deduplicate": true, "jumpdestRemover": true, "orderLiterals": false, "peephole": true, "yul": false }, "runs": 256 }, "remappings": [], "outputSelection": { "*": { "*": [ "evm.bytecode", "evm.deployedBytecode", "abi" ] } } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"inputs":[{"internalType":"address","name":"initialImplementation","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[],"name":"BlockBeacon","type":"event"},{"anonymous":false,"inputs":[],"name":"CustomBlockBeacon","type":"event"},{"anonymous":false,"inputs":[],"name":"NewSolution","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"target","type":"address"}],"name":"RollupUpgrade","type":"event"},{"stateMutability":"payable","type":"fallback"}]
Contract Creation Code
608060405234801561001057600080fd5b506040516100d83803806100d88339818101604052602081101561003357600080fd5b50513d19819055437f319a610c8254af7ecb1f669fb64fa36285b80cad26faf7087184ce1dceb114df55604080516001600160a01b038316815290517f1af6bceb4b9de70d3a0d322db3ebde262ab3f6375cc4c59f04a39834d8c03f0d9181900360200190a1506030806100a86000396000f3fe6080604052363d3d373d3d3d363d3d19545af43d82833e8015601f573d82f35b3d82fdfea164736f6c6343000706000a0000000000000000000000001f2878d778f7619aa786ebbae6cf66c56632399c
Deployed Bytecode
0x6080604052363d3d373d3d3d363d3d19545af43d82833e8015601f573d82f35b3d82fdfea164736f6c6343000706000a
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
0000000000000000000000001f2878d778f7619aa786ebbae6cf66c56632399c
-----Decoded View---------------
Arg [0] : initialImplementation (address): 0x1F2878d778F7619Aa786EbbaE6cf66C56632399c
-----Encoded View---------------
1 Constructor Arguments found :
Arg [0] : 0000000000000000000000001f2878d778f7619aa786ebbae6cf66c56632399c
Deployed Bytecode Sourcemap
179:1352:1:-:0;;;875:14;857:16;839;826:64;956:16;1224;1198;1174:14;1148:16;1120;1116:21;1110:28;1095:5;1073:175;1325:16;1319:4;1313;1298:44;1405:7;1402:2;;;1436:16;1430:4;1423:30;1402:2;1502:16;1496:4;1489:30
Swarm Source
none
Loading...
Loading
Loading...
Loading
OVERVIEW
Rollup-proxy contract for the Habitat application layer and Rollup Bridge.Multichain Portfolio | 34 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|---|---|---|---|---|
ETH | 100.00% | $2,395.57 | 0.3676 | $880.57 |
Loading...
Loading
Loading...
Loading
Loading...
Loading
[ 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.