ForwarderFactory
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "ForwarderFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ForwarderFactory"
ABI
ABI objects
Getter at block 21324449
getUsers() view returns (address[])
[]
isOwner() view returns (bool)
false
owner() view returns (address)
0x0000000000000000000000000000000000000000
version() view returns (uint256)
0
Read-only
getDeploymentAddress(uint256 _salt, address _sender) view returns (address)
getForwarder(address) view returns (address)
getSigner(uint256 _salt, address _logic, address _admin, bytes _data, bytes _signature) view returns (address)
isClone(address _target, address _query) view returns (bool result)
users(uint256) view returns (address)
State-modifying
Events createForwarder(address _target, address _user, address _swapper)
deploy(uint256 _salt, address _logic, address _admin, bytes _data) returns (address)
deployMinimal(address _logic, bytes _data) returns (address proxy)
deploySigned(uint256 _salt, address _logic, address _admin, bytes _data, bytes _signature) returns (address)
initialize()
initialize(address sender)
renounceOwnership()
transferOwnership(address newOwner)
ForwarderCreated(address indexed user, address indexed forwarder)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProxyCreated(address proxy)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.