Vesting
Verified contract
Active on
Ethereum with 1,201 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6957…5a25
Balances ($34,977.88)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BSGG | ERC-20 | 14M | $0.002498 |
$34,977.88 | |
BSGG | ERC-20 | 3.079514B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21192191 | 2 days ago | | | 0 | 0.0024821265 | |
| 21189481 | 2 days ago | | | 0 | 0.0034782398 | |
| 21177481 | 4 days ago | | | 0 | 0.0033546285 | |
| 21137338 | 9 days ago | | | 0 | 0.0038614171 | |
| 21048776 | 22 days ago | | | 0 | 0.00053838921 | |
| 21048770 | 22 days ago | | | 0 | 0.00055970729 | |
| 21048767 | 22 days ago | | | 0 | 0.00056657861 | |
| 20956594 | a month ago | | | 0 | 0.0015306929 | |
| 20952784 | a month ago | | | 0 | 0.0012941543 | |
| 20952772 | a month ago | | | 0 | 0.0014407635 |
ABI
ABI objects
Getter at block 21202977
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
EIP191_HEADER() view returns (bytes2)
0x1901
FINANCIAL_ROLE() view returns (bytes32)
0x5245999133c6d8d4571d82773bdec82e2a254d49eae8d487e9867b56643d7333
MAX_VESTING_TIME() view returns (uint256)
157784760
NAME() view returns (string)
Vesting
VERSION() view returns (string)
0.8.2
bsggToken() view returns (address)
0x69570f3e84f51ea70b7b68055c8d667e77735a25
owner() view returns (address)
0x307fd9720561d3a1f26e45cd53aba9bd9c2bc681
totalVested() view returns (uint256)
3079479333401130558000613421
vestingAccountsTotal() view returns (uint256)
255
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
payouts(address _account) view returns (struct IVestingPayment[])
releasableAmount(address _account, uint16 _vestingSet) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
vestingAccountsGet(uint256 _start, uint256 _size) view returns (address[])
vestingPlan(address _account) view returns (struct IVestingVest[])
State-modifying
Events addVesting(address _account, uint256 _amount, uint256 _strartTime, uint256 _endTime) returns (bool)
grantRole(bytes32 role, address account)
release(address _account, uint16 _vestingSet, uint256 _amount) returns (bool)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
VestingAdded(address indexed account, uint256 amount, uint256 strartTime, uint256 endTime)
VestingReleased(address indexed account, uint256 vestingSet, uint256 amount, uint256 time)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.