RewardEscrowV2
Verified contract
Active on
Ethereum with 332 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4e3b…3ef2
Balances ($32,730,765.94)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SNX | ERC-20 | 14.810301M | $2.21 |
$32,730,765.94 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21275040 | 2 hours ago | | | 0 | 0.012518474 | |
| 21274558 | 4 hours ago | | | 0 | 0.013496684 | |
| 21272603 | 11 hours ago | | | 0 | 0.031944538 | |
| 21271955 | 13 hours ago | | | 0 | 0.012051163 | |
| 21270328 | 18 hours ago | | | 0 | 0.0025675134 | |
| 21264048 | 2 days ago | | | 0 | 0.012969684 | |
| 21262920 | 2 days ago | | | 0 | 0.0036725618 | |
| 21262893 | 2 days ago | | | 0 | 0.0098925765 | |
| 21262475 | 2 days ago | | | 0 | 0.0047785082 | |
| 21256558 | 3 days ago | | | 0 | 0.016422868 |
ABI
ABI objects
Getter at block 21275772 isResolverCached() view returns (bool)
accountMergingDuration() view returns (uint256)
1
accountMergingIsOpen() view returns (bool)
false
accountMergingStartTime() view returns (uint256)
1725382979
maxAccountMergingDuration() view returns (uint256)
315360000
max_duration() view returns (uint256)
62899200
nextEntryId() view returns (uint256)
85326
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xeb3107117fead7de89cd14d463d340a2e6917769
resolver() view returns (address)
0x4e3b31eb0e5cb73641ee1e65e7dcefe520ba3ef2
resolverAddressesRequired() view returns (bytes32[] addresses)
[0x53796e7468657469780000000000000000000000000000000000000000000000, 0x466565506f6f6c00000000000000000000000000000000000000000000000000, 0x4973737565720000000000000000000000000000000000000000000000000000, 0x526577617264457363726f77563253746f726167650000000000000000000000, 0x53796e746865746978427269646765546f4f7074696d69736d00000000000000]
setupExpiryTime() view returns (uint256)
1714668119
totalEscrowedBalance() view returns (uint256)
14807940041961891854749898
Read-only
accountVestingEntryIDs(address account, uint256 index) view returns (uint256)
balanceOf(address account) view returns (uint256)
getAccountVestingEntryIDs(address account, uint256 index, uint256 pageSize) view returns (uint256[])
getVestingEntry(address account, uint256 entryID) view returns (uint64 endTime, uint256 escrowAmount)
getVestingEntryClaimable(address account, uint256 entryID) view returns (uint256)
getVestingQuantity(address account, uint256[] entryIDs) view returns (uint256 total)
getVestingSchedules(address account, uint256 index, uint256 pageSize) view returns (struct VestingEntriesVestingEntryWithID[])
nominatedReceiver(address) view returns (address)
numVestingEntries(address account) view returns (uint256)
permittedEscrowCreators(address) view returns (bool)
totalEscrowedAccountBalance(address account) view returns (uint256)
totalVestedAccountBalance(address account) view returns (uint256)
vestingSchedules(address account, uint256 entryId) view returns (struct VestingEntriesVestingEntry)
State-modifying
Events acceptOwnership()
appendVestingEntry(address account, uint256 quantity, uint256 duration)
burnForMigration(address account, uint256[] entryIDs) returns (uint256 escrowedAccountBalance, struct VestingEntriesVestingEntry[] vestingEntries)
createEscrowEntry(address beneficiary, uint256 deposit, uint256 duration)
importVestingEntries(address, uint256, struct VestingEntriesVestingEntry[])
mergeAccount(address from, uint256[] entryIDs)
migrateAccountEscrowBalances(address[], uint256[], uint256[])
migrateVestingSchedule(address)
nominateAccountToMerge(address account)
nominateNewOwner(address _owner)
rebuildCache()
revokeFrom(address account, address recipient, uint256 targetAmount, uint256 startIndex)
setAccountMergingDuration(uint256 duration)
setMaxAccountMergingWindow(uint256 duration)
setMaxEscrowDuration(uint256 duration)
setPermittedEscrowCreator(address creator, bool permitted)
startMergingWindow()
vest(uint256[] entryIDs)
AccountMerged(address indexed accountToMerge, address destinationAddress, uint256 escrowAmountMerged, uint256[] entryIDs, uint256 time)
AccountMergingDurationUpdated(uint256 newDuration)
AccountMergingStarted(uint256 time, uint256 endTime)
BurnedForMigrationToL2(address indexed account, uint256[] entryIDs, uint256 escrowedAmountMigrated, uint256 time)
CacheUpdated(bytes32 name, address destination)
MaxAccountMergingDurationUpdated(uint256 newDuration)
MaxEscrowDurationUpdated(uint256 newDuration)
NominateAccountToMerge(address indexed account, address destination)
OwnerChanged(address oldOwner, address newOwner)
OwnerNominated(address newOwner)
Revoked(address indexed account, address indexed recipient, uint256 targetAmount, uint256 startIndex, uint256 endIndex)
Vested(address indexed beneficiary, uint256 time, uint256 value)
VestingEntryCreated(address indexed beneficiary, uint256 time, uint256 value, uint256 duration, uint256 entryID)
constructor(address _owner, address _resolver)
This contract contains no fallback and receive objects.
This contract contains no error objects.