DigitsRedeemer
Verified contract
Active on
Ethereum with 2,825 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3f39…bb2a
0x226a…c1e2
0x1b0d…f4e0
Balances ($0.00)
No balances found for "DigitsRedeemer"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18341257 | a year ago | | | 0 | 0.00026165109 | |
| 17353224 | a year ago | | | 0 | 0.0011838151 | |
| 17270525 | a year ago | | | 0 | 0.17612723 | |
| 17221984 | 2 years ago | | | 0 | 0.0018204826 | |
| 17143748 | 2 years ago | | | 0 | 0.0020609324 | |
| 17104769 | 2 years ago | | | 0 | 0.010972315 | |
| 16911134 | 2 years ago | | | 0 | 0.0034034291 | |
| 16874959 | 2 years ago | | | 0 | 0.00066979650 | |
| 16834590 | 2 years ago | | | 0 | 0.022010458 | |
| 16817670 | 2 years ago | | | 0 | 0.0044316504 |
ABI
ABI objects
Getter at block 21163375
AgentsRaffle() view returns (address)
0x1b0d3bf28aab3c4b9943e49993a9c2c402b3f4e0
DigitsAgents() view returns (address)
0x3f39ca26c1f4a213e96b3676412a41969ec2bb2a
FoundingAgents() view returns (address)
0x226a8ff878737179101701ac16d071cd80cec1e2
nonce() view returns (uint256)
974
owner() view returns (address)
0x124de657f82ba13a8f071d76ed1a8d94f979b193
Read-only
getStakedInfo(address staker, bool isFoundingAgents) view returns (struct DigitsRedeemerStakeInfo)
isStaked(uint256 tokenId) view returns (bool)
isTimePeriod(uint256 timePeriod) view returns (bool)
isValidAccessMessage(address _add, uint8 _v, bytes32 _r, bytes32 _s) view returns (bool)
timePeriodOptions(uint256) view returns (bool)
State-modifying
Events addTimePeriods(uint256[] timePeriods)
emergencyUnstake(address[] unstakers, bool isFoundingAgents)
removeTimePeriods(uint256[] timePeriods)
renounceOwnership()
setAgentsRaffle(address newInterface)
setDigitsAgents(address newInterface)
setDummy(address newDummy)
stake(uint256[] tokenIds, bool isFoundingAgents, uint256 timePeriod, uint8 _v, bytes32 _r, bytes32 _s)
transferOwnership(address newOwner)
unstake(bool isFoundingAgents)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.