GearStakingV3
Verified contract
Active on
Ethereum with 432 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,398,616.71)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GEAR | ERC-20 | 293.523033M | $0.004765 |
$1,398,616.71 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21214443 | 3 hours ago | | | 0 | 0.0027267348 | |
| 21208046 | a day ago | | | 0 | 0.0021521723 | |
| 21208007 | a day ago | | | 0 | 0.0035791337 | |
| 21205972 | a day ago | | | 0 | 0.00046582973 | |
| 21205945 | a day ago | | | 0 | 0.00049628899 | |
| 21205942 | a day ago | | | 0 | 0.0013467865 | |
| 21182258 | 5 days ago | | | 0 | 0.0034593759 | |
| 21164078 | 7 days ago | | | 0 | 0.00082304920 | |
| 21164072 | 7 days ago | | | 0 | 0.0021947270 | |
| 21163691 | 7 days ago | | | 0 | 0.0010331573 |
ABI
ABI objects
Getter at block 21215480
acl() view returns (address)
0x523da3a8961e4dd4f6206dbf7e6c749f51796bb3
controller() view returns (address)
0xa133c9a92fb8ddb962af1cbae58b2723a0bdf23b
firstEpochTimestamp() view returns (uint256)
1702900800
gear() view returns (address)
0xba3335588d9403515223f109edc4eb7269a9ab5d
getCurrentEpoch() view returns (uint16)
49
migrator() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
successor() view returns (address)
0x0000000000000000000000000000000000000000
version() view returns (uint256)
300
Read-only
allowedVotingContract(address) view returns (uint8)
availableBalance(address user) view returns (uint256)
balanceOf(address user) view returns (uint256)
getWithdrawableAmounts(address user) view returns (uint256 withdrawableNow, uint256[4] withdrawableInEpochs)
State-modifying
Events claimWithdrawals(address to)
deposit(uint96 amount, struct MultiVote[] votes)
depositOnMigration(uint96 amount, address onBehalfOf, struct MultiVote[] votes)
depositWithPermit(uint96 amount, struct MultiVote[] votes, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
migrate(uint96 amount, struct MultiVote[] votesBefore, struct MultiVote[] votesAfter)
multivote(struct MultiVote[] votes)
pause()
setController(address newController)
setMigrator(address newMigrator)
setSuccessor(address newSuccessor)
setVotingContractStatus(address votingContract, uint8 status)
unpause()
withdraw(uint96 amount, address to, struct MultiVote[] votes)
ClaimGearWithdrawal(address indexed user, address to, uint256 amount)
DepositGear(address indexed user, uint256 amount)
MigrateGear(address indexed user, address indexed successor, uint256 amount)
NewController(address indexed newController)
Paused(address account)
ScheduleGearWithdrawal(address indexed user, uint256 amount)
SetMigrator(address indexed migrator)
SetSuccessor(address indexed successor)
SetVotingContractStatus(address indexed votingContract, uint8 status)
Unpaused(address account)
constructor(address _addressProvider, uint256 _firstEpochTimestamp)
This contract contains no fallback and receive objects.
CallerNotConfiguratorException()
CallerNotMigratorException()
CallerNotPausableAdminException()
CallerNotUnpausableAdminException()
IncompatibleSuccessorException()
InsufficientBalanceException()
SafeTransferFailed()
SafeTransferFromFailed()
VotingContractNotAllowedException()
ZeroAddressException()