GraphTokenLockWallet
Verified contract
Implementation
Active on
Ethereum with 1 txns
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
0xc944…44a7
0xa242…14bf
Balances ($0.00)
No balances found for "GraphTokenLockWallet"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14929784 | 2 years ago | | | 0 | 0.035229750 |
ABI
ABI objects
Getter at block 21178549
amountPerPeriod() view returns (uint256)
1
availableAmount() view returns (uint256)
1
beneficiary() view returns (address)
0x6fc78dcc8a949d1530035bd577dcb21e9787100e
currentBalance() view returns (uint256)
0
currentPeriod() view returns (uint256)
76965057
currentTime() view returns (uint256)
1731498215
duration() view returns (uint256)
1
endTime() view returns (uint256)
1654533160
isInitialized() view returns (bool)
true
isRevoked() view returns (bool)
false
managedAmount() view returns (uint256)
1
manager() view returns (address)
0xa242759664f68e20e8f5c690a70b6116256914bf
owner() view returns (address)
0x6fc78dcc8a949d1530035bd577dcb21e9787100e
passedPeriods() view returns (uint256)
76965056
periodDuration() view returns (uint256)
1
periods() view returns (uint256)
1
releasableAmount() view returns (uint256)
0
releaseStartTime() view returns (uint256)
0
releasedAmount() view returns (uint256)
0
revocable() view returns (uint8)
2
sinceStartTime() view returns (uint256)
76965056
startTime() view returns (uint256)
1654533159
surplusAmount() view returns (uint256)
0
token() view returns (address)
0xc944e90c64b2c07662a292be6244bdf05cda44a7
totalOutstandingAmount() view returns (uint256)
1
usedAmount() view returns (uint256)
0
vestedAmount() view returns (uint256)
1
vestingCliffTime() view returns (uint256)
0
Read-only
This contract contains no read-only function objects.
State-modifying
Events approveProtocol()
initialize(address _manager, address _owner, address _beneficiary, address _token, uint256 _managedAmount, uint256 _startTime, uint256 _endTime, uint256 _periods, uint256 _releaseStartTime, uint256 _vestingCliffTime, uint8 _revocable)
release()
renounceOwnership()
revoke()
revokeProtocol()
setManager(address _newManager)
transferOwnership(address newOwner)
withdrawSurplus(uint256 _amount)
ManagerUpdated(address indexed _oldManager, address indexed _newManager)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenDestinationsApproved()
TokenDestinationsRevoked()
TokensReleased(address indexed beneficiary, uint256 amount)
TokensRevoked(address indexed beneficiary, uint256 amount)
TokensWithdrawn(address indexed beneficiary, uint256 amount)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.