Address
0x403d512ab96103562dcafe4635545e8ee2753f6eCurrent Holdings
$0.00
TXs sent
not counted
First Active
2023-06-13
block 17,520,280
Last Active
26 days ago
block 27,335,971
Funded By
not identified
Net worth historyi
2 snapshots · to block 27,497,242coverage change 26 Augcoverage change 27 Augcoverage change 27 Augcoverage change 27 Augcoverage change 27 Aug
partial matchERC20Mintablesolc 0.8.6+commit.11564f7eruntime partial · creation partial
// SPDX-License-Identifier: UNLICENSED
pragma solidity 0.8.6;
interface IOwnable {
function owner() external view returns(address);
function transferOwnership(address _newOwner) external;
function acceptOwnership() external;
}