Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "TokenManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 2748099 | a year ago | | | 0 | 0.000000000008248240 | |
| 2748051 | a year ago | | | 0 | 0.000000000009741204 | |
| 2748010 | a year ago | | | 0 | 0.000000000027545980 | |
| 2744205 | a year ago | | | 0 | 0.0000053721029 | |
| 2744196 | a year ago | | | 0 | 0.0000053721029 | |
| 2744188 | a year ago | | | 0 | 0.0000053721029 | |
| 2738427 | a year ago | | | 0 | 0.0000053721028 | |
| 2738415 | a year ago | | | 0 | 0.0000053721028 | |
| 2738397 | a year ago | | | 0 | 0.0000053721028 | |
| 2735782 | a year ago | | | 0 | 0.000000000010768815 |
ABI
ABI objects
Getter at block 22904306
actionsNonce() view returns (uint256)
3
admin() view returns (address)
0x13a8a2dfd6481f34523fa9208271f50249f8079b
isInitialized() view returns (bool)
true
minAuthorizations() view returns (uint256)
3
signersLength() view returns (uint256)
4
Read-only
isSigner(address) view returns (bool)
pendingActions(bytes32) view returns (bool)
signedActions(address, bytes32) view returns (bool)
signers(uint256) view returns (address)
State-modifying
Events approve(address _token, address _spender, uint256 _amount, uint256 _nonce)
approveNFT(address _token, address _spender, uint256 _tokenId, uint256 _nonce)
approveNFTs(address _token, address _spender, uint256[] _tokenIds, uint256 _nonce)
initialize(address[] _signers)
receiveNFTs(address _token, address _sender, uint256[] _tokenIds)
setAdmin(address _target, address _admin, uint256 _nonce)
setGov(address _timelock, address _target, address _gov, uint256 _nonce)
setMinAuthorizations(address _target, uint256 _minAuthorizations, uint256 _nonce)
setSigner(address _account, bool _isSigner, uint256 _nonce)
signApprove(address _token, address _spender, uint256 _amount, uint256 _nonce)
signApproveNFT(address _token, address _spender, uint256 _tokenId, uint256 _nonce)
signApproveNFTs(address _token, address _spender, uint256[] _tokenIds, uint256 _nonce)
signSetAdmin(address _target, address _admin, uint256 _nonce)
signSetGov(address _timelock, address _target, address _gov, uint256 _nonce)
signSetMinAuthorizations(address _target, uint256 _minAuthorizations, uint256 _nonce)
signSetSigner(address _account, bool _isSigner, uint256 _nonce)
signalApprove(address _token, address _spender, uint256 _amount)
signalApproveNFT(address _token, address _spender, uint256 _tokenId)
signalApproveNFTs(address _token, address _spender, uint256[] _tokenIds)
signalSetAdmin(address _target, address _admin)
signalSetGov(address _timelock, address _target, address _gov)
signalSetMinAuthorizations(address _target, uint256 _minAuthorizations)
signalSetSigner(address _account, bool _isSigner)
ClearAction(bytes32 action, uint256 nonce)
SignAction(bytes32 action, uint256 nonce)
SignalApprove(address token, address spender, uint256 amount, bytes32 action, uint256 nonce)
SignalApproveNFT(address token, address spender, uint256 tokenId, bytes32 action, uint256 nonce)
SignalApproveNFTs(address token, address spender, uint256[] tokenIds, bytes32 action, uint256 nonce)
SignalPendingAction(bytes32 action, uint256 nonce)
SignalSetAdmin(address target, address admin, bytes32 action, uint256 nonce)
SignalSetGov(address timelock, address target, address gov, bytes32 action, uint256 nonce)
SignalSetMinAuthorizations(address target, uint256 minAuthorizations, bytes32 action, uint256 nonce)
SignalSetSigner(address account, bool isSigner, bytes32 action, uint256 nonce)
constructor(uint256 _minAuthorizations)
This contract contains no fallback and receive objects.
This contract contains no error objects.