UniswapOTC
Verified contract
Active on
Ethereum with 1,293 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 "UniswapOTC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9968688 | 5 years ago | | | 0 | 0.00045073710 | |
| 9968670 | 5 years ago | | | 0 | 0.00091586820 | |
| 9968670 | 5 years ago | | | 0 | 0.00095316600 | |
| 9968670 | 5 years ago | | | 0 | 0.00095731020 | |
| 9968668 | 5 years ago | | | 0 | 0.00099460800 | |
| 9968668 | 5 years ago | | | 0 | 0.0010028964 | |
| 9968668 | 5 years ago | | | 0 | 0.0010360500 | |
| 9968668 | 5 years ago | | | 0 | 0.0010774920 | |
| 9968668 | 5 years ago | | | 0 | 0.0020721000 | |
| 9968668 | 5 years ago | | | 0 | 0.0020721000 |
ABI
ABI objects
Getter at block 21165754
contractEthBalance() view returns (uint256)
0
contractTokenBalance() view returns (uint256)
0
exchangeAddress() view returns (address)
0x6264c8d158f32bd8c01b8a0102b57dfcfcfb8561
maxTokenPerEth() view returns (uint256)
540
minEthLimit() view returns (uint256)
400000000000000000000
owner() view returns (address)
0x1d9b23376e2861974946140e130933c41ffda0e2
tokenAddress() view returns (address)
0x04fa0d235c4abf4bcf4787af4cf447de572ef828
totalClients() view returns (uint256)
1
Read-only
canPurchase(address _client) view returns (bool)
clientEthBalances(address) view returns (uint256)
clientExists(address) view returns (bool)
clientMinTokens(address) view returns (uint256)
clientTokenBalances(address) view returns (uint256)
clientTokenFees(address) view returns (uint256)
clients(uint256) view returns (address)
getMaxTokens(uint256 _etherAmount) view returns (uint256)
purchaseTimestamp(address) view returns (uint256)
triggerAddresses(address) view returns (bool)
State-modifying
Events executeLimitOrder(address _client, uint256 deadline) returns (uint256, uint256)
setLimitOrder(uint256 _tokenAmount, uint256 _etherAmount) payable
setTriggerAddress(address _address, bool _authorized)
withdrawClientTokens()
withdrawEther()
withdrawFeeTokens(address _client)
This contract contains no event objects.
constructor(address _exchangeAddress, uint256 _minEthLimit, uint256 _maxTokenPerEth)
This contract contains no fallback and receive objects.
This contract contains no error objects.