GuardMixinManager
Verified contract
Active on
Ethereum with 136 txns
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 "GuardMixinManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19178175 | 10 months ago | | | 0 | 0.0016447738 | |
| 18777961 | a year ago | | | 0 | 0.0018240915 | |
| 18399336 | a year ago | | | 0 | 0.00033747744 | |
| 18399200 | a year ago | | | 0 | 0.00030490234 | |
| 18399187 | a year ago | | | 0 | 0.00030386941 | |
| 18399159 | a year ago | | | 0 | 0.00026265431 | |
| 18399061 | a year ago | | | 0 | 0.00028352185 | |
| 17844129 | a year ago | | | 0 | 0.0016384149 | |
| 17844077 | a year ago | | | 0 | 0.00080953035 | |
| 17844073 | a year ago | | | 0 | 0.0012924984 |
ABI
ABI objects
Getter at block 21306884
admin() view returns (address)
0x40db79f7f18c468c6552538b488c58b5e72bf4d9
batcher() view returns (address)
0x9d01b45d73fb63442509f3ed757e176174811949
Read-only
defaultMixins(address, uint256) view returns (address)
hasLockedSettings(address) view returns (bool)
isAllowed(address operator, address from, address to, uint256 value) view returns (bool)
moduleRequirements(address token, address module) view returns (address[])
modulesCustomMixins(address, address, uint256) view returns (address)
modulesDefaultMixins(address, address) view returns (bool)
State-modifying
Events lockSettings(address token)
recoverERC20(address recipient, address erc20, uint256 amount)
recoverERC721(address recipient, address erc721, uint256 tokenId)
updateDefaultMixins(address token, address[] mixins_)
updateModule(address token, address module, bool allowed)
updateModuleMixins(address token, address module, address[] mixins_)
DefaultMixinsUpdated(address indexed token, address[] mixins)
ModuleCustomMixinsUpdated(address indexed token, address indexed module, address[] mixins)
ModuleDefaultMixinsUpdated(address indexed token, address indexed module, bool allowed)
SettingsLocked(address indexed token)
TokenRecoveredERC20(address indexed recipient, address indexed erc20, uint256 amount)
TokenRecoveredERC721(address indexed recipient, address indexed erc721, uint256 tokenId)
constructor(address _batcher, address admin)
fallback()
This contract contains no error objects.