VestingPoolController
Verified contract
Active on
Ethereum with 205 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 255 additional slots
Balances ($0.00)
No balances found for "VestingPoolController"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13657174 | 3 years ago | | | 0 | 0.0097790911 | |
| 13657170 | 3 years ago | | | 0 | 0.0098024133 | |
| 13657170 | 3 years ago | | | 0 | 0.011227770 | |
| 13654522 | 3 years ago | | | 0 | 0.0044097891 | |
| 13654449 | 3 years ago | | | 0 | 0.0066672200 | |
| 13654448 | 3 years ago | | | 0 | 0.0066347400 | |
| 13654446 | 3 years ago | | | 0 | 0.023432840 | |
| 13651935 | 3 years ago | | | 0 | 0.0095812082 | |
| 13651913 | 3 years ago | | | 0 | 0.011654401 | |
| 13530063 | 3 years ago | | | 0 | 0.013611360 |
ABI
ABI objects
Getter at block 21168190 amIOwner() view returns (bool) getAvailableAmountForAdvisor() view returns (uint256) getAvailableAmountForFoundation() view returns (uint256) getAvailableAmountForMarketing() view returns (uint256) getAvailableAmountForPlatform() view returns (uint256) getAvailableAmountForPrivate() view returns (uint256) getAvailableAmountForSeed() view returns (uint256) getAvailableAmountForTeam() view returns (uint256)
advisorCategory() view returns (bytes32)
0xd6473e7315fc1ca4b8605d2050d69c34cdb0692fd84a2905d4d3c7efee03ddbd
foundationCategory() view returns (bytes32)
0x651f2a1e4e0709159c540efa068943e0752b151245f5bdb847ec71b1d97faabe
getOwners() view returns (address[])
[0xfa9D5f6d0A4823A87f37F9a3216D80e34cbB75Ab, 0x50eC98FFd7fC601240679462B5A9Cd490879587a, 0x4F959d80040Bc1C5a799521EeBc450b3B3B95Ed4, 0xfd5b2eaeB9792c21674c723b0091336a1Db39B6D, 0xb179210B997b60c4C2a2CD64BA417e95A3e33FAA, 0x1b5c5D240447F7792186404233a13b8623c61CBf]
m_multiOwnedRequired() view returns (uint256)
3
m_numOwners() view returns (uint256)
6
marketingCategory() view returns (bytes32)
0x99a40368f040c018665cb51213a12b8ac24785171ab5283ef3b705d412eaa204
platformCategory() view returns (bytes32)
0x5c073ccdfc7b956fee44d6381de18fd225b3bffd73a496f3411173abed9f7996
privateCategory() view returns (bytes32)
0xf710e58dfde31822e2f8c164f238ab7eff6c5174c937d734bf4dd850441e9630
seedCategory() view returns (bytes32)
0x394dab8659636b455eb27a95d93a344bff78116369bf1f3dc89c6183e33a703c
teamCategory() view returns (bytes32)
0x621e516d702462b54dc670e24b516caed35b6fdfc1d7c787705fa6dc7af54970
vestingPool() view returns (address)
0x044374e40e77b85cc6373995d05a37dffec9a164
Read-only
getOwner(uint256 ownerIndex) view returns (address)
hasConfirmed(bytes32 _operation, address _owner) view returns (bool)
isOwner(address _addr) view returns (bool)
State-modifying
Events addAdmin1(address _admin)
addAdmin2(address _admin)
addOwner(address _owner)
advisorWithdraw(address[] _beneficiaries, uint256[] _amounts)
changeOwner(address _from, address _to)
changeRequirement(uint256 _newRequired)
emergencyTransferFor(bytes32 _category, address _wallet)
firstAdminEmergencyApproveFor(bytes32 _category)
firstMultiownedEmergencyApproveFor(bytes32 _category)
foundationWithdraw(address[] _beneficiaries, uint256[] _amounts)
marketingWithdraw(address[] _beneficiaries, uint256[] _amounts)
platformWithdraw(address[] _beneficiaries, uint256[] _amounts)
privateWithdraw(address[] _beneficiaries, uint256[] _amounts)
removeOwner(address _owner)
revoke(bytes32 _operation)
secondAdminEmergencyApproveFor(bytes32 _category)
secondMultiownedEmergencyApproveFor(bytes32 _category)
seedWithdraw(address[] _beneficiaries, uint256[] _amounts)
startVesting()
teamWithdraw(address[] _beneficiaries, uint256[] _amounts)
transferOwnership(address _newOwner)
Confirmation(address owner, bytes32 operation)
FinalConfirmation(address owner, bytes32 operation)
Op(bytes32 operation)
OwnerAdded(address newOwner)
OwnerChanged(address oldOwner, address newOwner)
OwnerRemoved(address oldOwner)
RequirementChanged(uint256 newRequirement)
Revoke(address owner, bytes32 operation)
constructor(address[] _owners, uint256 _required, address _vestingPoolAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.