TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Base with 1,887 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 47 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($4,229.92)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BASED | ERC-20 | 13.46237K | $0.314203 |
$4,229.92 | |
USA | ERC-20 | 1 | $0.000759 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000759 |
$0 | |
BROGE | ERC-20 | 9.999K | -- | -- | |
V | ERC-20 | 50K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22652645 | 2 days ago | | | 0 | 0.000013457884 | |
| 22652621 | 2 days ago | | | 0 | 0.000013459322 | |
| 22652608 | 2 days ago | | | 0 | 0.000013460761 | |
| 22652581 | 2 days ago | | | 0 | 0.000013460761 | |
| 22652570 | 2 days ago | | | 0 | 0.000013456446 | |
| 22652546 | 2 days ago | | | 0 | 0.000013455488 | |
| 22420573 | 8 days ago | | | 0 | 0.0000026957576 | |
| 22387056 | 9 days ago | | | 0 | 0.0000026890335 | |
| 22376544 | 9 days ago | | | 0 | 0.0000020326065 | |
| 22354808 | 9 days ago | | | 0 | 0.0000023345891 |
ABI
ABI objects
Getter at block 22757908
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
HALF_Q() view returns (uint256)
57896044618658097711785492504343953926418782139537452191302581570759080747169
PROJECT_ID() view returns (bytes32)
0x66b8767c4c7685118a635deb40e30c10179ea606a05e7b2f0b595d847aa870ff
Q() view returns (uint256)
115792089237316195423570985008687907852837564279074904382605163141518161494337
based() view returns (address)
0xba5e6fa2f33f3955f0cef50c63dcc84861eab663
muonAppId() view returns (uint256)
29996138867610942848855832240712459333931278134263772663951800460922233661812
muonPublicKey() view returns (uint256 x, uint8 parity)
(x=35075380984696923868736389406895717501252517586002559756703152370096228980757, parity=0)
validMuonGateway() view returns (address)
0x6914c3af649c285d706d6757dd899d84b606c2da
Read-only
claimed(address, uint256) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalReward(uint256) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
claim(uint256 _day, uint256 _userVolume, uint256 _totalVolume, uint256 _sigTimestamp, bytes _reqId, struct MuonClientBaseSchnorrSign _sign, bytes _gatewaySignature)
fill(uint256 _day, uint256 _amount)
grantRole(bytes32 role, address account)
initialize(address _based, address _admin, address _validMuonGateway, uint256 _muonAppId, struct MuonClientBasePublicKey _muonPublicKey)
muonVerify(bytes reqId, uint256 hash, struct MuonClientBaseSchnorrSign signature, struct MuonClientBasePublicKey pubKey) returns (bool)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setBased(address _based)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Claim(address indexed user, uint256 day, uint256 amount)
Initialized(uint8 version)
MuonTX(bytes reqId, struct MuonClientBasePublicKey pubKey)
Reward(uint256 day, uint256 amount)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SetBased(address indexed based)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
DayNotFinished()
InvalidSignature()