BeaconProxy

Verified contract

Proxy

Active on Ethereum with 228 txns
Deployed by via 0xc12993ae at 20290791
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
-
variable spans 48 additional slots

No balances found for "BeaconProxy"

0x6f549316e5076db6a266278013cc0341255bbf50a8fee716e4d1c7da4d82c8a1
0xcb369a66498e6ae4d4ecc48874bc6965130a688e11b4fdf5896b26038ddb2180
0x21efa11c42f7d3eb97316de4842d59c81fef5ae0220ba1596152cf1a4990ed6b
0xf6b0931440ca29ac3e320617782380251909533e22da3e9f58a6aa2d315119f0
0xc2c9653e0e56befc32e6d2662c7ea7e98701bce6df0a3f3e2e07e397ba934cc5
0x690b4f1e43aa5a40b75310bca1f5ee78afcc8d06dc8109e203b8970681ecf448
0x5e38484793b7671b62ed0537de17450354e7c611de9129928fe6fc6fcf99970f
0xc7b5b014fcb9c4692d9f1382c2dbd00a9f3292f9cf1a42efe856c00c037d127f
0x827f34670eb84f519381ff9f0477113e96184bf28d9b152a9e01625000b56599
0x8d27cee1f8035ee7cdb5ad8dbab9dbf020fef6d76ac05fd97b9d75a4a1bfeeb7

Functions
Getter at block 21382017
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_FEE(view returns (uint32)
5000
feeData(view returns (uint32 platformFeeuint32 decubateFeeaddress platformFeeReceiveraddress decubateFeeReceiver)
(platformFee=800, decubateFee=0, platformFeeReceiver=0xacc0d4d6e17753bca1259dd020abaace7aecf706, decubateFeeReceiver=0x323c9ea33b77dbb2fff0c702c59c99ffb1b5a23d)
referenceContract(view returns (address)
0xfba8bfd1ed275dcbef65520834d1162b9d149cf5
Read-only
events(addressview returns (string nameaddress paymentTokenaddress tokenAddressaddress vestingAddressuint8 eventType)
eventsList(uint256view returns (address)
getInvestmentInfo(address _accountaddress _eventview returns (struct DCBFactoryEventuint256 amountstruct IDCBVestingVestingInfo vstruct IDCBVestingWhitelistInfo wuint256 claimable)
getRoleAdmin(bytes32 roleview returns (bytes32)
getUserInvestments(address _addressview returns (address[])
getVestingInfo(address _accountaddress _eventview returns (struct IDCBVestingVestingInfo infostruct IDCBVestingWhitelistInfo whitelistuint256 claimable)
hasRole(bytes32 roleaddress accountview returns (bool)
numUserInvestments(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
userAmount(addressaddressview returns (uint256)
State-modifying
changeIDOParams(address _eventstruct DCBFactoryIDOParams _c
changeL2EParams(address _eventstruct IDCBL2EParams _t
changeToken(address _eventaddress _newToken
changeVestingParams(address _eventuint256 _cliffuint256 _startuint256 _durationuint256 _initialUnlockPercent
claimDistribution(address _eventreturns (bool)
deployIDO(string _namestruct DCBFactoryIDOParams _cstruct IDCBVestingVestingSetup _v
deployL2E(string _namestruct IDCBL2EParams _tstruct IDCBVestingVestingSetup _v
grantRole(bytes32 roleaddress account
initialize(address _referenceContract
renounceRole(bytes32 roleaddress account
rescueTokensFromContract(address _eventaddress _receiveruint256 _amount
revokeRole(bytes32 roleaddress account
setFeeValues(struct DCBFactoryFee _feeData
setManagerRole(address _userbool _status
setUserInvestment(address _addressaddress _eventuint256 _amountreturns (bool)
Events
BeaconUpgraded(address indexed beacon
DistributionClaimed(address _useraddress _event
IDODeployed(string _namestruct DCBFactoryIDOParams _cstruct IDCBVestingVestingSetup _v
ImplementationsChanged(address _newVestingaddress _newL2Eaddress _newIDO
Initialized(uint8 version
L2EDeployed(string _namestruct IDCBL2EParams _tstruct IDCBVestingVestingSetup _v
ManagerRoleSet(address _userbool _status
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
UserInvestmentSet(address _addressaddress _eventuint256 _amount
Constructor
constructor(address beaconbytes data
Fallback and receive
fallback(
Errors
AddressEmptyCode(address target
ERC1967InvalidBeacon(address beacon
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
FailedInnerCall(
InvalidFee(
InvalidStartTime(
NotActive(
NotAuthorized(
OnlyManager(
ZeroAddress(