SafeBlocksFirewall
Verified contract
Active on
Ethereum with 41 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 "SafeBlocksFirewall"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7103733 | 6 years ago | | | 0 | 0.00087201000 | |
| 7098350 | 6 years ago | | | 0 | 0.00087201000 | |
| 7098257 | 6 years ago | | | 0 | 0.00087201000 | |
| 7097692 | 6 years ago | | | 0 | 0.00087201000 | |
| 7076865 | 6 years ago | | | 0 | 0.00087201000 | |
| 7021118 | 6 years ago | | | 0 | 0.00087009000 | |
| 7021092 | 6 years ago | | | 0 | 0.00087009000 | |
| 7020076 | 6 years ago | | | 0 | 0.00087009000 | |
| 7019696 | 6 years ago | | | 0 | 0.00087009000 | |
| 7006000 | 6 years ago | | | 0 | 0.00092868000 |
ABI
ABI objects
Getter at block 21389509
This contract contains no getter function objects.
Read-only
getBlockAllAccessForFunction(address _contractAddress, bytes4 _functionSig) view returns (bool)
getCustomerRules(address _contractAddress, address _destination, address _tokenAddress) view returns (uint256)
getEnforceBypass(address _contractAddress) view returns (bool)
getPolicyEnforcementStatus(address _contractAddress, uint256 _policyType) view returns (uint256)
State-modifying
Events addAccess(address _contractAddress, address _destination, bytes4 _functionSig)
addRule(address _contractAddress, address _destination, address _token, uint256 _tokenLimit)
allowAccess(address _contractAddress, address _destination, bytes4 _functionSig) returns (bool)
allowTransaction(address _contractAddress, uint256 _amount, address _destination, address _token) returns (bool)
removeAccess(address _contractAddress, address _destination, bytes4 _functionSig)
removeRule(address _contractAddress, address _destination, address _token)
setBlockAllAccessPerContractFunction(address _contractAddress, bytes4 _functionSig, bool _isBlocked)
setBypassPerContract(address _contractAddress, bool _bypass)
setPolicyEnforcementStatus(address _contractAddress, uint256 _policyType, uint256 _policyEnforcementStatus)
setProxyContract(address _proxy)
setRulesOwner(address _rulesOwner)
setVerbose(bool _verbose)
AccessChanged(address contractAddress, address destination, bytes4 functionSig, bool hasAccess)
AllowAccessEnquireResult(address sourceAddress, bool approved, address destination, bytes4 functionSig, string msg)
AllowTransactionEnquireResult(address sourceAddress, bool approved, address token, uint256 amount, address destination, string msg)
ConfigurationChanged(address sender, address newConfiguration, string message)
PolicyChanged(address contractAddress, address destination, address tokenAdress, uint256 limit)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.