SimpleSwap
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
15
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 "SimpleSwap"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "SimpleSwap"
ABI
ABI objects
Getter at block 22732274
ROUTER_ROLE() view returns (bytes32)
0x7a05a596cb0ce7fdea8a1e1ec73be300bdb35097c944ce1897202f7a13122eb2
WHITELISTED_ROLE() view returns (bytes32)
0x8429d542926e6695b59ac6fbdcd9b37e8b1aeb757afab06ab60b1bb5878c3b49
augustusRFQ() view returns (address)
0xa003dfba51c9e1e56c67ae445b852bded7ac5eed
feeClaimer() view returns (address)
0x9aab4b24541af30fd72784ed98d8756ac0efb3c7
getKey() pure returns (bytes32)
0x3573dd468539faad4482d93a46078e8abaa3ea402f9824e2ba2b499f2cd0b05f
maxFeePercent() view returns (uint256)
500
paraswapReferralShare() view returns (uint256)
5000
paraswapSlippageShare() view returns (uint256)
10000
partnerSharePercent() view returns (uint256)
8500
Read-only
This contract contains no read-only function objects.
State-modifying
Events initialize(bytes)
simpleBuy(struct UtilsSimpleData data) payable
simpleSwap(struct UtilsSimpleData data) payable returns (uint256 receivedAmount)
BoughtV3(bytes16 uuid, address partner, uint256 feePercent, address initiator, address indexed beneficiary, address indexed srcToken, address indexed destToken, uint256 srcAmount, uint256 receivedAmount, uint256 expectedAmount)
SwappedV3(bytes16 uuid, address partner, uint256 feePercent, address initiator, address indexed beneficiary, address indexed srcToken, address indexed destToken, uint256 srcAmount, uint256 receivedAmount, uint256 expectedAmount)
constructor(uint256 _partnerSharePercent, uint256 _maxFeePercent, uint256 _paraswapReferralShare, uint256 _paraswapSlippageShare, address _feeClaimer, address _augustusRFQ)
This contract contains no fallback and receive objects.
This contract contains no error objects.