DibsRewarder
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
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 ($0.00)
No balances found for "DibsRewarder"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "DibsRewarder"
ABI
ABI objects
Getter at block 22767571
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
HALF_Q() view returns (uint256)
57896044618658097711785492504343953926418782139537452191302581570759080747169
PROJECT_ID() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
Q() view returns (uint256)
115792089237316195423570985008687907852837564279074904382605163141518161494337
based() view returns (address)
0x0000000000000000000000000000000000000000
muonAppId() view returns (uint256)
0
muonPublicKey() view returns (uint256 x, uint8 parity)
(x=0, parity=0)
validMuonGateway() view returns (address)
0x0000000000000000000000000000000000000000
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 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)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
DayNotFinished()
InvalidSignature()