BeaconProxy

Verified contract

Proxy

Active on Ethereum with 1,965 txns
Deployed by via 0xe19a4f66 at 20613427
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 1 additional slot
ERC-20
Value $29,377,986.17
0xe65a57e7e1f49c2242f8c8b5c1e6c4df1541cf481da95569987ae37348c1d1bb
0x9a9ab858b751e3ec9f9edc48e67447063e8928ec1e0e4612f82f4af6df66c9e4
0xe1b37778ed61845895d2abeca657e25fa3a6165c63e3721d9ae888659a69d3dd
0x38472ff855c7b270be79690734358278f833d40a84d75d2291fb13834e957275
0x8474785d89aa6b8da66c8816c80de29316cdfdf0d6903a40a19c450efb46a32f
0x6c502395a6a71b5948c53bc6ff312f67521411ff2653e4ee40811144a3a2ffee
0xb43615bbc80b0eac12ebe10681c4dbbcb2efb89ec156fe92e50c075442afb559
0x0a295ac5a5b52d445af29ca6c277673ed2023a9e4b7161d715808b4f6f280f98
0x4227f25d2aec26a42c5acd22a75926c3a4e85f5d778333a0477d8221b5ea2f85
0x9c5692c15363b1923dafca5e1db733dffde9a1dd87567c7cecef18553e113bbc

Functions
Getter at block 21315384
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
claimFee(view returns (uint16 claimFeePercentaddress claimFeeReceiver)
(claimFeePercent=0, claimFeeReceiver=0xde6c8c1ba20f74077a7956da4ee855de1c7c4199)
 
getAllVestingPools(view returns (struct DecubateVestingV2VestingInfo[])
getToken(view returns (address)
0xea3eed8616877f5d3c4aebf5a799f2e8d6de9a5e
maxTokenTransfer(view returns (uint256 amountbool active)
(amount=0, active=false)
Read-only
getReleasableAmount(uint256 _optionaddress _walletview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
getTotalToken(address _addrview returns (uint256)
getVestAmount(uint256 _optionaddress _walletview returns (uint256)
getVestingInfo(uint256 _strategyview returns (struct DecubateVestingV2VestingInfo)
getWhitelist(uint256 _optionaddress _walletview returns (struct DecubateVestingV2WhitelistInfo)
getWhitelistPool(uint256 _optionview returns (struct DecubateVestingV2WhitelistInfo[])
hasRole(bytes32 roleaddress accountview returns (bool)
hasWhitelist(uint256 _optionaddress _walletview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
vestingPools(uint256view returns (string nameuint256 cliffuint256 startuint256 durationuint256 initialUnlockPercentbool revocablebool isDisableduint8 vestTypeuint256 intervaluint256 unlockPerInterval)
State-modifying
addVestingStrategy(string _nameuint256 _cliffuint256 _startuint256 _durationuint256 _initialUnlockPercentbool _revocableuint256 _intervaluint16 _unlockPerIntervaluint8 _monthGapuint8 _typereturns (bool)
addWhitelist(address _walletuint256 _dcbAmountuint256 _optionreturns (bool)
batchAddWhitelist(address[] walletsuint256[] amountsuint256 optionreturns (bool)
claimDistribution(uint256 _optionaddress _walletreturns (bool)
grantRole(bytes32 roleaddress account
initialize(struct DecubateVestingV2ClaimFee claimaddress _tokenaddress _admin
renounceRole(bytes32 roleaddress account
revoke(uint256 _optionaddress _wallet
revokeRole(bytes32 roleaddress account
setClaimFee(struct DecubateVestingV2ClaimFee _claim
setManagerRole(address _userbool _status
setMaxTokenTransfer(uint256 _amountbool _activereturns (bool)
setToken(address _addrreturns (bool)
setVesting(uint256 _optionaddress _walletbool _status
setVestingStatus(uint256 _optionbool _statusreturns (bool)
setVestingStrategy(uint256 _strategystring _nameuint256 _cliffuint256 _startuint256 _durationuint256 _initialUnlockPercentbool _revocableuint256 _intervaluint16 _unlockPerIntervalreturns (bool)
setWhitelist(address _walletuint256 _dcbAmountuint256 _optionreturns (bool)
transferToken(address _addruint256 _amountreturns (bool)
Events
BeaconUpgraded(address indexed beacon
AddToken(address indexed token
AddWhitelist(address indexed wallet
Claim(address indexed tokenuint256 amountuint256 indexed optionuint256 time
FeeClaimed(address indexed receiveruint256 amount
Initialized(uint8 version
ManagerRoleSet(address _userbool _status
Revoked(address indexed wallet
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
StatusChanged(address indexed walletbool status
Constructor
constructor(address beaconbytes data
Fallback and receive
fallback(
Errors
AddressEmptyCode(address target
ERC1967InvalidBeacon(address beacon
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
FailedInnerCall(