VestedRoundEarnings
Verified contract
Active on
Base with 14,639 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($82,528.55)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TIG | ERC-20 | 40.855718K | $2.02 |
$82,528.55 | |
Catto | ERC-20 | 17.5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22633374 | 3 days ago | | | 0 | 0.0000010772423 | |
| 22633247 | 3 days ago | | | 0 | 0.0000010772423 | |
| 22632916 | 3 days ago | | | 0 | 0.0000010772423 | |
| 22631428 | 3 days ago | | | 0 | 0.0000013161668 | |
| 22105041 | 15 days ago | | | 0 | 9.3289790e-7 | |
| 22104803 | 15 days ago | | | 0 | 9.3289790e-7 | |
| 22104640 | 15 days ago | | | 0 | 9.5602760e-7 | |
| 22104558 | 15 days ago | | | 0 | 9.5602760e-7 | |
| 22104330 | 15 days ago | | | 0 | 0.0000010254167 | |
| 22104210 | 15 days ago | | | 0 | 0.0000013093661 |
ABI
ABI objects
Getter at block 22760132
VESTING_PERIOD() view returns (uint256)
0
getRemainingVestingPeriod() view returns (uint256)
0
owner() view returns (address)
0xc30edf0147c46d0a5f79bfe9b15ce9de9b8879be
startTime() view returns (uint256)
1725978625
token() view returns (address)
0x0c03ce270b4826ec62e7dd007f0b716068639f7b
totalAllocatedEarnings() view returns (uint256)
503999999999999313220832
totalRoundEarnings() view returns (uint256)
503999999999999313220832
withdrawalsEnabled() view returns (bool)
true
Read-only
beneficiaries(address) view returns (uint256 roundEarnings, uint256 withdrawnEarnings, uint256 lastWithdrawalTime)
getRoundEarnings(address _beneficiary) view returns (uint256)
getWithdrawableAmount(address _beneficiary) view returns (uint256)
getWithdrawnEarnings(address _beneficiary) view returns (uint256)
State-modifying
Events addBeneficiaries(address[] _beneficiaries, uint256[] _earnings)
enableWithdrawals()
renounceOwnership()
transferOwnership(address newOwner)
withdraw()
EarningsAdded(address beneficiary, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokensWithdrawn(address beneficiary, uint256 amount)
WithdrawalsEnabled()
constructor(address _tokenAddress, uint256 _totalRoundEarnings)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)