RewardEscrow
Verified contract
Active on
Ethereum with 4,260 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc5f0…3504
0x8310…8618
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0xc011…732f | ERC-20 | 87,227,539,693,191.06T | -- | -- | |
STT | ERC-20 | 1.020202 | -- | -- | |
SSOM | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16823388 | 2 years ago | | | 0 | 0.0043905946 | |
| 16823249 | 2 years ago | | | 0 | 0.0023069494 | |
| 12346680 | 4 years ago | | | 0 | 0.0032675000 | |
| 11656312 | 4 years ago | | | 0 | 0.011444310 | |
| 11656173 | 4 years ago | | | 0 | 0.0047504700 | |
| 11656155 | 4 years ago | | | 0 | 0.0059873656 | |
| 11656037 | 4 years ago | | | 0 | 0.0078843600 | |
| 11655971 | 4 years ago | | | 0 | 0.0034481650 | |
| 11655971 | 4 years ago | | | 0 | 0.0035327880 | |
| 11655911 | 4 years ago | | | 0 | 0.0044052050 |
ABI
ABI objects
Getter at block 21290091
MAX_VESTING_ENTRIES() view returns (uint256)
260
feePool() view returns (address)
0x83105d7cdd2fd9b8185bff1cb56bb1595a618618
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xeb3107117fead7de89cd14d463d340a2e6917769
synthetix() view returns (address)
0xc5f0b4194455e0c175ab68c501400e46c7203504
totalEscrowedBalance() view returns (uint256)
73763701242877032135481494
Read-only
balanceOf(address account) view returns (uint256)
checkAccountSchedule(address account) view returns (uint256[520])
getNextVestingEntry(address account) view returns (uint256[2])
getNextVestingIndex(address account) view returns (uint256)
getNextVestingQuantity(address account) view returns (uint256)
getNextVestingTime(address account) view returns (uint256)
getVestingQuantity(address account, uint256 index) view returns (uint256)
getVestingScheduleEntry(address account, uint256 index) view returns (uint256[2])
getVestingTime(address account, uint256 index) view returns (uint256)
numVestingEntries(address account) view returns (uint256)
totalEscrowedAccountBalance(address) view returns (uint256)
totalVestedAccountBalance(address) view returns (uint256)
vestingSchedules(address, uint256, uint256) view returns (uint256)
State-modifying
Events acceptOwnership()
appendVestingEntry(address account, uint256 quantity)
nominateNewOwner(address _owner)
setFeePool(address _feePool)
setSynthetix(address _synthetix)
vest()
FeePoolUpdated(address newFeePool)
OwnerChanged(address oldOwner, address newOwner)
OwnerNominated(address newOwner)
SynthetixUpdated(address newSynthetix)
Vested(address indexed beneficiary, uint256 time, uint256 value)
VestingEntryCreated(address indexed beneficiary, uint256 time, uint256 value)
constructor(address _owner, address _synthetix, address _feePool)
This contract contains no fallback and receive objects.
This contract contains no error objects.