RequestFactory
Verified contract
Active on
Ethereum with 1 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4e20…2f29
Balances ($0.00)
No balances found for "RequestFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6204409 | 6 years ago | | | 0 | 0.000091614000 |
ABI
ABI objects
Getter at block 21295423
BLOCKS_BUCKET_SIZE() view returns (uint256)
240
TIMESTAMP_BUCKET_SIZE() view returns (uint256)
3600
owner() view returns (address)
0x47863b9e8c590323768e4352a78ca759bbd37e8b
paused() view returns (bool)
false
transactionRequestCore() view returns (address)
0x4e201a5a5534bb334a3d7df4c82cd5db3bd82f29
Read-only
getBucket(uint256 windowStart, uint8 unit) pure returns (int256)
isKnownRequest(address _address) view returns (bool isKnown)
validateRequestParams(address[3] _addressArgs, uint256[12] _uintArgs, uint256 _endowment) view returns (bool[6])
State-modifying
Events createRequest(address[3] _addressArgs, uint256[12] _uintArgs, bytes _callData) payable returns (address)
createValidatedRequest(address[3] _addressArgs, uint256[12] _uintArgs, bytes _callData) payable returns (address)
pause()
renounceOwnership()
transferOwnership(address _newOwner)
unpause()
CloneCreated(address indexed target, address clone)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
RequestCreated(address request, address indexed owner, int256 indexed bucket, uint256[12] params)
Unpause()
ValidationError(uint8 error)
constructor(address _transactionRequestCore)
This contract contains no fallback and receive objects.
This contract contains no error objects.