RewardEscrowV2
Verified contract
Active on
Ethereum with 12,764 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4e3b…3ef2
Balances ($12.33)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TVK | ERC-20 | 100 | $0.123315 |
$12.33 | |
BEND | ERC-20 | 1 | $0.00058 |
$0 | |
TLS | ERC-20 | 10.934859M | -- | -- | |
BNFT | ERC-20 | 85K | -- | -- | |
FORM | ERC-20 | 4.17911K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17354375 | a year ago | | | 0 | 0.0024196500 | |
| 17283310 | a year ago | | | 0 | 0.0035165580 | |
| 15797299 | 2 years ago | | | 0 | 0.0075558023 | |
| 15787470 | 2 years ago | | | 0 | 0.0074942807 | |
| 15785444 | 2 years ago | | | 0 | 0.011334649 | |
| 15783085 | 2 years ago | | | 0 | 0.017914962 | |
| 15779196 | 2 years ago | | | 0 | 0.0035056854 | |
| 15774329 | 2 years ago | | | 0 | 0.0070756010 | |
| 15771120 | 2 years ago | | | 0 | 0.0049855713 | |
| 15771078 | 2 years ago | | | 0 | 0.0049471644 |
ABI
ABI objects
Getter at block 21169207
accountMergingDuration() view returns (uint256)
0
accountMergingIsOpen() view returns (bool)
false
accountMergingStartTime() view returns (uint256)
1624320482
isResolverCached() view returns (bool)
false
maxAccountMergingDuration() view returns (uint256)
315360000
max_duration() view returns (uint256)
62899200
migrateEntriesThresholdAmount() view returns (uint256)
1000000000000000000000
nextEntryId() view returns (uint256)
74300
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xeb3107117fead7de89cd14d463d340a2e6917769
resolver() view returns (address)
0x4e3b31eb0e5cb73641ee1e65e7dcefe520ba3ef2
resolverAddressesRequired() view returns (bytes32[] addresses)
[0x53796e7468657469780000000000000000000000000000000000000000000000, 0x466565506f6f6c00000000000000000000000000000000000000000000000000, 0x4973737565720000000000000000000000000000000000000000000000000000, 0x53796e746865746978427269646765546f4f7074696d69736d00000000000000, 0x526577617264457363726f770000000000000000000000000000000000000000, 0x53797374656d5374617475730000000000000000000000000000000000000000]
setupExpiryTime() view returns (uint256)
1615506514
totalEscrowedBalance() view returns (uint256)
60367630737219855388798616
Read-only
accountVestingEntryIDs(address, uint256) 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)
totalBalancePendingMigration(address) view returns (uint256)
totalEscrowedAccountBalance(address) view returns (uint256)
totalVestedAccountBalance(address) view returns (uint256)
vestingSchedules(address, uint256) view returns (uint64 endTime, uint256 escrowAmount)
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[])
importVestingSchedule(address[] accounts, uint256[] escrowAmounts)
mergeAccount(address accountToMerge, uint256[] entryIDs)
migrateAccountEscrowBalances(address[] accounts, uint256[] escrowBalances, uint256[] vestedBalances)
migrateVestingSchedule(address addressToMigrate)
nominateAccountToMerge(address account)
nominateNewOwner(address _owner)
rebuildCache()
setAccountMergingDuration(uint256 duration)
setMaxAccountMergingWindow(uint256 duration)
setMaxEscrowDuration(uint256 duration)
setMigrateEntriesThresholdAmount(uint256 amount)
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)
ImportedVestingEntry(address indexed account, uint256 entryID, uint256 escrowAmount, uint256 endTime)
ImportedVestingSchedule(address indexed account, uint256 time, uint256 escrowAmount)
MaxAccountMergingDurationUpdated(uint256 newDuration)
MaxEscrowDurationUpdated(uint256 newDuration)
MigrateEntriesThresholdAmountUpdated(uint256 newAmount)
MigratedAccountEscrow(address indexed account, uint256 escrowedAmount, uint256 vestedAmount, uint256 time)
NominateAccountToMerge(address indexed account, address destination)
OwnerChanged(address oldOwner, address newOwner)
OwnerNominated(address newOwner)
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.