Latest 25 from a total of 44 transactions
| Transaction Hash |
Method
|
Block
|
From
|
|
To
|
||||
|---|---|---|---|---|---|---|---|---|---|
| Execute | 21770768 | 385 days ago | IN | 0 ETH | 0.00012364 | ||||
| Execute | 21728707 | 391 days ago | IN | 0 ETH | 0.00017775 | ||||
| Execute Batch | 21310131 | 449 days ago | IN | 0.9804236 ETH | 0.00460155 | ||||
| Execute Batch | 21309829 | 450 days ago | IN | 0 ETH | 0.00303812 | ||||
| Execute Batch | 20225788 | 601 days ago | IN | 0.69143817 ETH | 0.00142655 | ||||
| Execute Batch | 20075329 | 622 days ago | IN | 0 ETH | 0.00685346 | ||||
| Execute Batch | 20019290 | 630 days ago | IN | 0.76895837 ETH | 0.00270081 | ||||
| Execute Batch | 19968593 | 637 days ago | IN | 0.72152928 ETH | 0.0028594 | ||||
| Execute Batch | 19968573 | 637 days ago | IN | 1.34344025 ETH | 0.0056026 | ||||
| Execute Batch | 19925698 | 643 days ago | IN | 0.73870331 ETH | 0.00318527 | ||||
| Execute Batch | 19925694 | 643 days ago | IN | 0.72729242 ETH | 0.0035355 | ||||
| Execute Batch | 19790819 | 662 days ago | IN | 1.18888655 ETH | 0.00252206 | ||||
| Execute Batch | 19786860 | 662 days ago | IN | 0.23964645 ETH | 0.00133466 | ||||
| Execute Batch | 19786237 | 662 days ago | IN | 0.22772989 ETH | 0.00120525 | ||||
| Execute Batch | 19785314 | 662 days ago | IN | 0.25549997 ETH | 0.00111416 | ||||
| Execute Batch | 19785311 | 662 days ago | IN | 0.2573303 ETH | 0.00121421 | ||||
| Execute Batch | 19783250 | 663 days ago | IN | 0.25549997 ETH | 0.00433652 | ||||
| Execute Batch | 19781304 | 663 days ago | IN | 0.23964645 ETH | 0.00165398 | ||||
| Execute Batch | 19781031 | 663 days ago | IN | 0.2572802 ETH | 0.0013784 | ||||
| Execute Batch | 19780079 | 663 days ago | IN | 0.20961559 ETH | 0.00110807 | ||||
| Execute Batch | 19780072 | 663 days ago | IN | 0.25549997 ETH | 0.00107638 | ||||
| Execute Batch | 19780066 | 663 days ago | IN | 0.254199 ETH | 0.00108404 | ||||
| Execute Batch | 19780060 | 663 days ago | IN | 0.26102846 ETH | 0.00117811 | ||||
| Execute Batch | 19776700 | 664 days ago | IN | 0 ETH | 0.00813493 | ||||
| Execute Batch | 19776632 | 664 days ago | IN | 0.22772989 ETH | 0.00212756 |
Latest 25 internal transactions (View All)
Advanced mode:
| Parent Transaction Hash | Method | Block |
From
|
|
To
|
||
|---|---|---|---|---|---|---|---|
| Pay | 21310131 | 449 days ago | 0.9804236 ETH | ||||
| Pay | 20225788 | 601 days ago | 0.69143817 ETH | ||||
| Pay | 20019290 | 630 days ago | 0.76895837 ETH | ||||
| Pay | 19968593 | 637 days ago | 0.72152928 ETH | ||||
| Pay | 19968573 | 637 days ago | 0.69310413 ETH | ||||
| Pay | 19968573 | 637 days ago | 0.65033611 ETH | ||||
| Pay | 19925698 | 643 days ago | 0.73870331 ETH | ||||
| Pay | 19925694 | 643 days ago | 0.72729242 ETH | ||||
| Pay | 19790819 | 662 days ago | 1.18888655 ETH | ||||
| Pay | 19786860 | 662 days ago | 0.23964645 ETH | ||||
| Pay | 19786237 | 662 days ago | 0.22772989 ETH | ||||
| Pay | 19785314 | 662 days ago | 0.25549997 ETH | ||||
| Pay | 19785311 | 662 days ago | 0.2573303 ETH | ||||
| Pay | 19783250 | 663 days ago | 0.25549997 ETH | ||||
| Pay | 19781304 | 663 days ago | 0.23964645 ETH | ||||
| Pay | 19781031 | 663 days ago | 0.2572802 ETH | ||||
| Pay | 19780079 | 663 days ago | 0.20961559 ETH | ||||
| Pay | 19780072 | 663 days ago | 0.25549997 ETH | ||||
| Pay | 19780066 | 663 days ago | 0.254199 ETH | ||||
| Pay | 19780060 | 663 days ago | 0.26102846 ETH | ||||
| Pay | 19776632 | 664 days ago | 0.22772989 ETH | ||||
| Pay | 19776628 | 664 days ago | 0.22772989 ETH | ||||
| Create BNPL | 19727131 | 671 days ago | 0.08583498 ETH | ||||
| Create BNPL | 19727131 | 671 days ago | 0.0846189 ETH | ||||
| Pay | 19662723 | 680 days ago | 3.17347287 ETH |
Loading...
Loading
Loading...
Loading
Cross-Chain Transactions
Loading...
Loading
Minimal Proxy Contract for 0x95a286ca0347b3c8daf06dad1c4233c95f06c894
Contract Name:
CoreRouter
Compiler Version
v0.8.19+commit.7dd6d404
Optimization Enabled:
Yes with 500 runs
Other Settings:
default evmVersion
Contract Source Code (Solidity Standard Json-Input format)
// SPDX-License-Identifier: MIT
pragma solidity 0.8.19;
/// @title Cyan Wallet Core Router - A Cyan wallet's core router.
/// @author Bulgantamir Gankhuyag - <bulgaa@usecyan.com>
/// @author Naranbayar Uuganbayar - <naba@usecyan.com>
contract CoreRouter {
address payable private immutable _this;
address private _admin;
address private _core;
event SetRouterAdmin(address admin);
event SetCore(address core);
modifier onlyAdmin() {
require(_admin == msg.sender, "Caller is not an admin.");
_;
}
constructor(address core) {
require(core != address(0x0), "Invalid core address.");
_admin = msg.sender;
_core = core;
_this = payable(address(this));
}
/// @notice Changes the admin of the router.
/// @param admin Address of the new admin.
function setRouterAdmin(address admin) external onlyAdmin {
require(admin != address(0x0), "Invalid admin address.");
_admin = admin;
emit SetRouterAdmin(admin);
}
/// @notice Returns an admin address of the router.
/// @return Address of the current admin.
function getRouterAdmin() external view returns (address) {
return _admin;
}
/// @notice Changes the address of the core contract.
/// Note: Changing the core address will affect to all wallets.
/// @param core Address of the new core contract.
function setCore(address core) external onlyAdmin {
require(core != address(0x0), "Invalid core address.");
_core = core;
emit SetCore(core);
}
/// @notice Returns the address of the core contract.
/// @return Address of the current core contract.
function getCore() external view returns (address) {
return _core;
}
/// @notice Delegates all transcations to the core contract.
fallback() external payable {
address core = CoreRouter(_this).getCore();
assembly {
calldatacopy(0, 0, calldatasize())
let success := delegatecall(gas(), core, 0, calldatasize(), 0, 0)
returndatacopy(0, 0, returndatasize())
if eq(success, 0) {
revert(0, returndatasize())
}
return(0, returndatasize())
}
}
}{
"optimizer": {
"enabled": true,
"runs": 500
},
"outputSelection": {
"*": {
"*": [
"evm.bytecode",
"evm.deployedBytecode",
"devdoc",
"userdoc",
"metadata",
"abi"
]
}
},
"libraries": {}
}Contract ABI
API[{"inputs":[{"internalType":"address","name":"core","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"core","type":"address"}],"name":"SetCore","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"admin","type":"address"}],"name":"SetRouterAdmin","type":"event"},{"stateMutability":"payable","type":"fallback"},{"inputs":[],"name":"getCore","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getRouterAdmin","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"core","type":"address"}],"name":"setCore","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"admin","type":"address"}],"name":"setRouterAdmin","outputs":[],"stateMutability":"nonpayable","type":"function"}]Loading...
Loading
Loading...
Loading
Net Worth in USD
$0.31
Net Worth in ETH
0.000167
Token Allocations
WETH
100.00%
Multichain Portfolio | 34 Chains
| Chain | Token | Portfolio % | Price | Amount | Value |
|---|---|---|---|---|---|
| ETH | 100.00% | $1,853.85 | 0.00016726 | $0.31 |
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.