DexTradingWithCollection
Verified contract
Active on
Ethereum with 188 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xae0a…a456
0x92c1…93a3
Balances ($0.00)
No balances found for "DexTradingWithCollection"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12527317 | 4 years ago | | | 0 | 0.00059870000 | |
| 11916278 | 4 years ago | | | 0.01 | 0.022382568 | |
| 11915723 | 4 years ago | | | 0 | 0.092457190 | |
| 11910599 | 4 years ago | | | 0 | 0.091932360 | |
| 11907455 | 4 years ago | | | 0 | 0.42261600 | |
| 11901014 | 4 years ago | | | 0 | 0.025761959 | |
| 11897344 | 4 years ago | | | 0 | 0.072874795 | |
| 11896474 | 4 years ago | | | 0 | 0.0063682160 | |
| 11896473 | 4 years ago | | | 0 | 0.041935831 | |
| 11894102 | 4 years ago | | | 0 | 0.054649175 |
ABI
ABI objects
Getter at block 21310691
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
approvalHandler() view returns (address)
0xae0a30ac8c76d85f1e76a3ebdcedc3047e0da456
basisPoints() view returns (uint256)
25
isOwner() view returns (bool)
false
owner() view returns (address)
0xd8d46494e200fa585fc98f86e6a5ea0dc1f18ad0
Read-only
This contract contains no read-only function objects.
State-modifying
Events renounceOwnership()
setBeneficiary(address _beneficiary)
setDexag(address _dexag)
setbasisPoints(uint256 _basisPoints)
trade(address from, address to, uint256 fromAmount, address[] exchanges, address[] approvals, bytes data, uint256[] offsets, uint256[] etherValues, uint256 limitAmount, uint256 tradeType) payable
tradeAndSend(address from, address to, address recipient, uint256 fromAmount, address[] exchanges, address[] approvals, bytes data, uint256[] offsets, uint256[] etherValues, uint256 limitAmount, uint256 tradeType) payable
transferOwnership(address newOwner)
withdrawWeth()
BasisPointsSet(uint256 indexed newBasisPoints)
BeneficiarySet(address indexed newBeneficiary)
DexagSet(address indexed newDexag)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Trade(address indexed from, address indexed to, uint256 toAmount, address indexed trader, address[] exchanges, uint256 tradeType)
constructor(address _beneficiary, address _dexag, uint256 _basisPoints)
fallback()
This contract contains no error objects.