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) |
---|---|---|---|---|---|---|---|
| 6821890 | a year ago | | | 0 | 0.000011472388 |
ABI
ABI objects
Getter at block 23585051
actionsNonce() view returns (uint256)
0
admin() view returns (address)
0x4d2475013b679e032d26ba2ee7552272f0c51add
isInitialized() view returns (bool)
true
minAuthorizations() view returns (uint256)
1
signersLength() view returns (uint256)
1
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)
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.