MoxieTokenLockManager
Verified contract
Active on
Base with 53,833 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
-
variable spans 1 additional slot
0x8c90…d527
0x235c…42d8
0xffea…0470
Balances ($14,069.78)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MOXIE | ERC-20 | 9.273334M | $0.001517 |
$14,069.78 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22893138 | 4 hours ago | | | 0 | 0.0000050153014 | |
| 22893135 | 4 hours ago | | | 0 | 0.0000050153014 | |
| 22893132 | 4 hours ago | | | 0 | 0.0000050153014 | |
| 22893128 | 4 hours ago | | | 0 | 0.0000045403043 | |
| 22893125 | 4 hours ago | | | 0 | 0.0000050988768 | |
| 22893122 | 4 hours ago | | | 0 | 0.0000046422894 | |
| 22893119 | 4 hours ago | | | 0 | 0.0000050154292 | |
| 22893115 | 4 hours ago | | | 0 | 0.0000045404200 | |
| 22893112 | 4 hours ago | | | 0 | 0.0000058615343 | |
| 22376123 | 12 days ago | | | 0 | 0.0000042576941 |
ABI
ABI objects
Getter at block 22900281
getSubjectTokenDestinations() view returns (address[])
[0x373065e66B32a1C428aa14698dFa99BA7199B55E, 0xCb2513d389354F7ac80F5042bB8948A234A439B2]
getTokenDestinations() view returns (address[])
[0xE9D8b7e7d5d8ACF98E5152cC5C91AA4B6Ee1fBf0, 0x373065e66B32a1C428aa14698dFa99BA7199B55E, 0xCb2513d389354F7ac80F5042bB8948A234A439B2]
masterCopy() view returns (address)
0x1b06f55d6be44e02278197c5e9ea789211ba0877
moxiePassToken() view returns (address)
0x235cad50d8a510bc9081279996f01877827142d8
moxiePassTokenUri() view returns (string)
https://assets.airstack.xyz/moxiepass/metadata/0.json
owner() view returns (address)
0x1626eb1b25f819377acb6d72913618fb93e2fcb9
token() view returns (address)
0x8c9037d1ef5c6d1f6816278c7aaf5491d24cd527
tokenManager() view returns (address)
0xffeace4541276ac65c4e433b7fc63cda32b30470
Read-only
authFnCalls(bytes4) view returns (address)
getAuthFunctionCallTarget(bytes4 _sigHash) view returns (address)
getDeploymentAddress(bytes32 _salt, address _implementation) view returns (address)
getDeploymentAddress(bytes32 _salt, address _implementation, address _deployer) pure returns (address)
getSubjectTokenAddress(address _subject) view returns (address)
isAuthFunctionCall(bytes4 _sigHash) view returns (bool)
isSubjectTokenDestination(address _dst) view returns (bool)
isTokenDestination(address _dst) view returns (bool)
State-modifying
Events addSubjectTokenDestination(address _dst)
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)
removeSubjectTokenDestination(address _dst)
removeTokenDestination(address _dst)
renounceOwnership()
setAuthFunctionCall(string _signature, address _target)
setAuthFunctionCallMany(string[] _signatures, address[] _targets)
setMasterCopy(address _masterCopy)
setMoxiePassTokenAndUri(address _moxiePassToken, string _moxiePassTokenUri)
setTokenManager(address _tokenManager)
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)
MoxiePassTokenUpdated(address indexed moxiePassToken)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProxyCreated(address indexed proxy)
SubjectTokenDestinationAllowed(address indexed dst, bool allowed)
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)
TokenManagerUpdated(address indexed tokenManager)
TokensDeposited(address indexed sender, uint256 amount)
TokensWithdrawn(address indexed sender, uint256 amount)
constructor(address _MoxieToken, address _masterCopy)
This contract contains no fallback and receive objects.
This contract contains no error objects.