GraphTokenLockManager
Verified contract
Active on
Ethereum with 62 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0xc944…44a7
Balances ($0.00)
No balances found for "GraphTokenLockManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15877747 | 2 years ago | | | 0 | 0.00064871392 | |
| 15818540 | 2 years ago | | | 0 | 0.011049576 | |
| 15818537 | 2 years ago | | | 0 | 0.0019574554 | |
| 15784577 | 2 years ago | | | 0 | 0.012110680 | |
| 15784577 | 2 years ago | | | 0 | 0.012288655 | |
| 15784575 | 2 years ago | | | 0 | 0.0024578665 | |
| 15679333 | 2 years ago | | | 0 | 0.0028509334 | |
| 15679330 | 2 years ago | | | 0 | 0.00042454875 | |
| 15547067 | 2 years ago | | | 0 | 0.0061636989 | |
| 15547067 | 2 years ago | | | 0 | 0.0062542755 |
ABI
ABI objects
Getter at block 21230100
getTokenDestinations() view returns (address[])
[0xF55041E37E12cD407ad00CE2910B8269B01263b9, 0xCa82c7Ce3388b0B5d307574099aC57d7a00d509F]
masterCopy() view returns (address)
0xce18fe70d6331f1ac403562202b4dc6ac41a10db
owner() view returns (address)
0x74db79268e63302d3fc69fb5a7627f7454a41732
token() view returns (address)
0xc944e90c64b2c07662a292be6244bdf05cda44a7
Read-only
authFnCalls(bytes4) view returns (address)
getAuthFunctionCallTarget(bytes4 _sigHash) view returns (address)
getDeploymentAddress(bytes32 _salt, address _implementation) view returns (address)
isAuthFunctionCall(bytes4 _sigHash) view returns (bool)
isTokenDestination(address _dst) view returns (bool)
State-modifying
Events addTokenDestination(address _dst)
createTokenLockWallet(address _owner, address _beneficiary, uint256 _managedAmount, uint256 _startTime, uint256 _endTime, uint256 _periods, uint256 _releaseStartTime, uint256 _vestingCliffTime, uint8 _revocable)
deposit(uint256 _amount)
removeTokenDestination(address _dst)
renounceOwnership()
setAuthFunctionCall(string _signature, address _target)
setAuthFunctionCallMany(string[] _signatures, address[] _targets)
setMasterCopy(address _masterCopy)
transferOwnership(address newOwner)
unsetAuthFunctionCall(string _signature)
withdraw(uint256 _amount)
FunctionCallAuth(address indexed caller, bytes4 indexed sigHash, address indexed target, string signature)
MasterCopyUpdated(address indexed masterCopy)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProxyCreated(address indexed proxy)
TokenDestinationAllowed(address indexed dst, bool allowed)
TokenLockCreated(address indexed contractAddress, bytes32 indexed initHash, address indexed beneficiary, address token, uint256 managedAmount, uint256 startTime, uint256 endTime, uint256 periods, uint256 releaseStartTime, uint256 vestingCliffTime, uint8 revocable)
TokensDeposited(address indexed sender, uint256 amount)
TokensWithdrawn(address indexed sender, uint256 amount)
constructor(address _graphToken, address _masterCopy)
This contract contains no fallback and receive objects.
This contract contains no error objects.