CookDistribution
Verified contract
Active on
Ethereum with 6,027 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xff75…6ef5
0x35be…102e
0x7b80…9e72
Balances ($1.47)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
COOK | ERC-20 | 8.423019K | $0.000174 |
$1.47 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18932745 | a year ago | | | 0 | 0.00039597895 | |
| 18932720 | a year ago | | | 0 | 0.00046005410 | |
| 18878417 | a year ago | | | 0 | 0.0023043575 | |
| 18878408 | a year ago | | | 0 | 0.0025314673 | |
| 18878402 | a year ago | | | 0 | 0.0025546014 | |
| 18804881 | a year ago | | | 0 | 0.0019492032 | |
| 18787919 | a year ago | | | 0 | 0.0018904918 | |
| 18787901 | a year ago | | | 0 | 0.0020497554 | |
| 18782649 | a year ago | | | 0 | 0.0034211910 | |
| 18782599 | a year ago | | | 0 | 0.0042918979 |
ABI
ABI objects
Getter at block 21311118 getTotalAvailable() view returns (uint256)
ADMIN_ROLE() view returns (bytes32)
0xdf8b4c520ffe197c5343c6f5aec59570151ef9a492f2c624fd45ddde6135ec42
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MANAGER_ROLE() view returns (bytes32)
0xaf290d8680820aad922855f39b306097b20e28774d6c1ad35a20325630c3a02c
_advancePercentage() view returns (uint256)
35
_duration() view returns (uint256)
360
_interval() view returns (uint32)
30
_lastPriceUnlockDay() view returns (uint256)
0
_maxPriceUnlockMoveStep() view returns (uint32)
1
_nextPriceUnlockStep() view returns (uint32)
0
_pauseClaim() view returns (bool)
false
_start() view returns (uint256)
1617193274
getLatestSevenSMA() view returns (uint256)
0
owner() view returns (address)
0x121863db810cdafe1b431bccb20074bccccb6c3c
startDay() view returns (uint256)
18717
today() view returns (uint256 dayNumber)
20059
Read-only
_effectiveDay(uint256 onDayOrToday) view returns (uint256)
getRegisteredStatus(address userAddress) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
getUserAvailableAmount(address userAddress, uint256 onDayOrToday) view returns (uint256)
getUserVestedAmount(address userAddress, uint256 onDayOrToday) view returns (uint256 amountVested)
getUserVestingAmount(address userAddress) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
State-modifying
Events addAddressWithAllocation(address beneficiaryAddress, uint256 amount, uint256 release)
addMultipleAddressWithAllocations(address[] beneficiaryAddresses, uint256[] amounts, uint256[] releases)
blacklistAddress(address userAddress)
emergencyWithdraw(uint256 amount)
getManagerRole() returns (bytes32)
grantRole(bytes32 role, address account)
pauseClaim()
removeAddressFromBlacklist(address userAddress)
renounceOwnership()
renounceRole(bytes32 role, address account)
resumeCliam()
revokeRole(bytes32 role, address account)
setAdvancePercentage(uint256 advancePercentage)
setDuration(uint256 duration)
setInvertal(uint32 interval)
setPriceBasedMaxStep(uint32 newMaxPriceBasedStep)
setStart(uint256 start)
transferOwnership(address newOwner)
updatePriceFeed()
withdraw(uint256 withdrawAmount)
zapCook(uint256 cookAmount, address cookPoolAddress)
zapLP(uint256 cookAmount, address poolAddress)
AllocationRegistered(address indexed beneficiary, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
TokensWithdrawal(address userAddress, uint256 amount)
constructor(address token_, address[] beneficiaries_, uint256[] amounts_, uint256 start, uint256 duration, uint32 interval, address oracle_, address priceConsumer_)
fallback()
This contract contains no error objects.