Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6468…9414
Balances ($110,809.67)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
eXRD | ERC-20 | 6.398367M | $0.017318 |
$110,809.67 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19537356 | 8 months ago | | | 0 | 0.0021930496 | |
| 19537336 | 8 months ago | | | 0 | 0.0023844988 | |
| 14231991 | 3 years ago | | | 0 | 0.012895141 | |
| 14231969 | 3 years ago | | | 0 | 0.0093808650 | |
| 13753114 | 3 years ago | | | 0 | 0.0070681790 | |
| 13753110 | 3 years ago | | | 0 | 0.0079058499 | |
| 13454997 | 3 years ago | | | 0 | 0.0045949940 | |
| 13454997 | 3 years ago | | | 0 | 0.0045941900 | |
| 13434900 | 3 years ago | | | 0 | 0.0040456300 | |
| 13407811 | 3 years ago | | | 0 | 0.0071620120 |
ABI
ABI objects
Getter at block 21218238
getFundingAccount() view returns (address)
0xf9cc02b750c2d22fe57f1b8b9c545a311bf5bc99
getGroupCount() view returns (uint256)
1
owner() view returns (address)
0xf9cc02b750c2d22fe57f1b8b9c545a311bf5bc99
token() view returns (address)
0x6468e79a80c0eab0f9a2b574c8d5bc374af59414
Read-only
getAllocationInGroup(uint256 group_, uint256 index_) view returns (address, uint256)
getBeneficiaryAllocations(address beneficiary_, uint256 index_) view returns (uint256 amount, uint256 released, uint256 group, bool revoked)
getGroup(uint256 group_) view returns (string name, bool active, uint256 allocationCount)
getIsRegistered(address beneficiary_) view returns (bool)
getNbrOfAllocations(address beneficiary_) view returns (uint256)
getRegisteredBeneficiaries(uint256 index_) view returns (address)
getUnlockedPercentages(uint256 group_) view returns (uint256)
releasableAmount(address beneficiary_, uint256 allocationIndex_) view returns (uint256)
State-modifying
Events addAllocations(address[] beneficiaries_, uint256[] amounts_, uint256[] groups_)
addGroup(string name_)
disableGroup(uint256 group_)
enableGroup(uint256 group_)
pauseReleases()
release(uint256 allocationIndex_)
renounceOwnership()
revoke(address beneficiary_, uint256 allocationIndex_)
revokeBeneficiariesInGroup(address[] beneficiaries_, uint256 group_)
revokeGroup(uint256 group_)
setFundingAccount(address account_)
transferOwnership(address newOwner)
unlock(uint256 group_, uint256 percentage_)
unpauseReleases()
AllocationFullyReleased(address indexed beneficiary, uint256 allocationIndex)
AllocationRegistered(address indexed beneficiary, uint256 amount, uint256 group)
FundingAccountSet(address indexed account)
GroupAdded(string indexed name, uint256 indexed id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Released(address indexed beneficiary, uint256 allocationIndex)
Revoked(address indexed beneficiary, uint256 allocationIndex)
Unlocked(uint256 indexed group, uint256 percentage)
constructor(address token_)
This contract contains no fallback and receive objects.
This contract contains no error objects.