BadgerGeyser
Verified contract
Implementation
Active on
Ethereum 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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "BadgerGeyser"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "BadgerGeyser"
ABI
ABI objects
Getter at block 21262668
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_PERCENTAGE() view returns (uint256)
100
TOKEN_LOCKER_ROLE() view returns (bytes32)
0x4bf6f2cdcc8ad6c087a7a4fbecf46150b3686b71387234cac2b3e2e6dc70e345
getDistributionTokens() view returns (address[])
[]
getNumDistributionTokens() view returns (uint256)
0
getStakingToken() view returns (address)
0x0000000000000000000000000000000000000000
globalStartTime() view returns (uint256)
0
supportsHistory() pure returns (bool)
false
totalStaked() view returns (uint256)
0
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
getUnlockSchedulesFor(address token) view returns (struct BadgerGeyserUnlockSchedule[])
hasRole(bytes32 role, address account) view returns (bool)
totalStakedFor(address addr) view returns (uint256)
unlockScheduleCount(address token) view returns (uint256)
unlockSchedules(address, uint256) view returns (uint256 initialLocked, uint256 endAtSec, uint256 durationSec, uint256 startTime)
State-modifying
Events addDistributionToken(address token)
grantRole(bytes32 role, address account)
initialize(address stakingToken_, address initialDistributionToken_, uint256 globalStartTime_, address initialAdmin_, address initialTokenLocker_)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
signalTokenLock(address token, uint256 amount, uint256 durationSec, uint256 startTime)
stake(uint256 amount, bytes data)
stakeFor(address user, uint256 amount, bytes data)
unstake(uint256 amount, bytes data)
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)
Staked(address indexed user, uint256 amount, uint256 total, uint256 indexed timestamp, uint256 indexed blockNumber, bytes data)
TokensLocked(address indexed token, uint256 amount, uint256 durationSec, uint256 startTime, uint256 endTime, uint256 indexed timestamp, bytes data)
UnlockScheduleSet(address token, uint256 initialLocked, uint256 durationSec, uint256 startTime, uint256 endTime)
Unstaked(address indexed user, uint256 amount, uint256 total, uint256 indexed timestamp, uint256 indexed blockNumber, bytes data)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.