MoxieTokenLockWallet
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "MoxieTokenLockWallet"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "MoxieTokenLockWallet"
ABI
ABI objects
Getter at block 22013095 amountPerPeriod() view returns (uint256) currentBalance() view returns (uint256) currentPeriod() view returns (uint256) passedPeriods() view returns (uint256) periodDuration() view returns (uint256) releasableAmount() view returns (uint256) surplusAmount() view returns (uint256)
availableAmount() view returns (uint256)
0
beneficiary() view returns (address)
0x0000000000000000000000000000000000000000
currentTime() view returns (uint256)
1730815537
duration() view returns (uint256)
0
endTime() view returns (uint256)
0
isAccepted() view returns (bool)
false
isInitialized() view returns (bool)
false
isRevoked() view returns (bool)
false
managedAmount() view returns (uint256)
0
manager() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
periods() view returns (uint256)
0
releaseStartTime() view returns (uint256)
0
releasedAmount() view returns (uint256)
0
revocable() view returns (uint8)
0
revokedAmount() view returns (uint256)
0
sinceStartTime() view returns (uint256)
1730815537
startTime() view returns (uint256)
0
token() view returns (address)
0x0000000000000000000000000000000000000000
totalOutstandingAmount() view returns (uint256)
0
usedAmount() view returns (uint256)
0
vestedAmount() view returns (uint256)
0
vestingCliffTime() view returns (uint256)
0
Read-only
This contract contains no read-only function objects.
State-modifying
Events acceptLock()
approveProtocol()
approveSubjectToken(address _subject)
cancelLock()
changeBeneficiary(address _newBeneficiary)
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()
revokeSubjectToken(address _subject)
setManager(address _newManager)
transferOwnership(address newOwner)
withdrawSurplus(uint256 _amount)
BeneficiaryChanged(address newBeneficiary)
LockAccepted()
LockCanceled()
ManagerUpdated(address indexed _oldManager, address indexed _newManager)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SubjectTokenDestinationsApproved(address indexed _subjectToken, address indexed _destination)
SubjectTokenDestinationsRevoked(address indexed _subjectToken, address indexed _destination)
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()
receive()
This contract contains no error objects.