BeaconProxy
Verified contract
Proxy
Active on
Ethereum with 1,965 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
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
0xea3e…9a5e
Balances ($29,377,986.17)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
$RFRM | ERC-20 | 259.899379M | $0.113036 |
$29,377,986.17 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21314151 | 4 hours ago | | | 0 | 0.0011825314 | |
| 21314140 | 4 hours ago | | | 0 | 0.0015986999 | |
| 21314112 | 4 hours ago | | | 0 | 0.0016923017 | |
| 21312692 | 9 hours ago | | | 0 | 0.0011047502 | |
| 21310832 | 15 hours ago | | | 0 | 0.0015685659 | |
| 21310830 | 15 hours ago | | | 0 | 0.0015631491 | |
| 21310550 | 16 hours ago | | | 0 | 0.0021058553 | |
| 21310083 | 18 hours ago | | | 0 | 0.0023753867 | |
| 21308649 | a day ago | | | 0 | 0.0029221778 | |
| 21307857 | a day ago | | | 0 | 0.0014204999 |
ABI
ABI objects
Getter at block 21315384 getAllVestingPools() view returns (struct DecubateVestingV2VestingInfo[])
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
claimFee() view returns (uint16 claimFeePercent, address claimFeeReceiver)
(claimFeePercent=0, claimFeeReceiver=0xde6c8c1ba20f74077a7956da4ee855de1c7c4199)
getToken() view returns (address)
0xea3eed8616877f5d3c4aebf5a799f2e8d6de9a5e
maxTokenTransfer() view returns (uint256 amount, bool active)
(amount=0, active=false)
Read-only
getReleasableAmount(uint256 _option, address _wallet) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getTotalToken(address _addr) view returns (uint256)
getVestAmount(uint256 _option, address _wallet) view returns (uint256)
getVestingInfo(uint256 _strategy) view returns (struct DecubateVestingV2VestingInfo)
getWhitelist(uint256 _option, address _wallet) view returns (struct DecubateVestingV2WhitelistInfo)
getWhitelistPool(uint256 _option) view returns (struct DecubateVestingV2WhitelistInfo[])
hasRole(bytes32 role, address account) view returns (bool)
hasWhitelist(uint256 _option, address _wallet) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
vestingPools(uint256) view returns (string name, uint256 cliff, uint256 start, uint256 duration, uint256 initialUnlockPercent, bool revocable, bool isDisabled, uint8 vestType, uint256 interval, uint256 unlockPerInterval)
State-modifying
Events addVestingStrategy(string _name, uint256 _cliff, uint256 _start, uint256 _duration, uint256 _initialUnlockPercent, bool _revocable, uint256 _interval, uint16 _unlockPerInterval, uint8 _monthGap, uint8 _type) returns (bool)
addWhitelist(address _wallet, uint256 _dcbAmount, uint256 _option) returns (bool)
batchAddWhitelist(address[] wallets, uint256[] amounts, uint256 option) returns (bool)
claimDistribution(uint256 _option, address _wallet) returns (bool)
grantRole(bytes32 role, address account)
initialize(struct DecubateVestingV2ClaimFee claim, address _token, address _admin)
renounceRole(bytes32 role, address account)
revoke(uint256 _option, address _wallet)
revokeRole(bytes32 role, address account)
setClaimFee(struct DecubateVestingV2ClaimFee _claim)
setManagerRole(address _user, bool _status)
setMaxTokenTransfer(uint256 _amount, bool _active) returns (bool)
setToken(address _addr) returns (bool)
setVesting(uint256 _option, address _wallet, bool _status)
setVestingStatus(uint256 _option, bool _status) returns (bool)
setVestingStrategy(uint256 _strategy, string _name, uint256 _cliff, uint256 _start, uint256 _duration, uint256 _initialUnlockPercent, bool _revocable, uint256 _interval, uint16 _unlockPerInterval) returns (bool)
setWhitelist(address _wallet, uint256 _dcbAmount, uint256 _option) returns (bool)
transferToken(address _addr, uint256 _amount) returns (bool)
BeaconUpgraded(address indexed beacon)
AddToken(address indexed token)
AddWhitelist(address indexed wallet)
Claim(address indexed token, uint256 amount, uint256 indexed option, uint256 time)
FeeClaimed(address indexed receiver, uint256 amount)
Initialized(uint8 version)
ManagerRoleSet(address _user, bool _status)
Revoked(address indexed wallet)
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)
StatusChanged(address indexed wallet, bool status)
constructor(address beacon, bytes data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidBeacon(address beacon)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()