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) |
---|
No transactions found for "TokenManager"
ABI
ABI objects
Getter at block 22753475
actionsNonce() view returns (uint256)
0
admin() view returns (address)
0x30b12942912cee5a719edec2dd147224fcc373a0
isInitialized() view returns (bool)
false
minAuthorizations() view returns (uint256)
2
signersLength() view returns (uint256)
0
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)
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)
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)
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)
constructor(uint256 _minAuthorizations)
This contract contains no fallback and receive objects.
This contract contains no error objects.