Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $4,004.38 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7274724 | 6 years ago | | | 0 | 0.00033465600 | |
| 7273914 | 6 years ago | | | 0.000357996 | 0.0026429000 | |
| 7239865 | 6 years ago | | | 0.000339997 | 0.0026429000 | |
| 7219057 | 6 years ago | | | 0 | 0.00047767000 | |
| 7138565 | 6 years ago | | | 0.009336 | 0.0026445000 | |
| 7123659 | 6 years ago | | | 0.008600999 | 0.0026445000 | |
| 7123174 | 6 years ago | | | 0.042914 | 0.0026445000 | |
| 7104717 | 6 years ago | | | 0.008510998 | 0.0026445000 | |
| 7080646 | 6 years ago | | | 0.008209997 | 0.0026445000 | |
| 7080644 | 6 years ago | | | 0.008200996 | 0.0026429000 |
ABI
ABI objects
Getter at block 21411925
enforceKyc() view returns (bool)
true
etherFeeMin() view returns (uint256)
0
etherFeePercent() view returns (uint256)
200000000000000000
lastSellPrice() view returns (uint256)
8200000000000000
owner() view returns (address)
0x37190e277ef2ebb1f0ec0c689f98b9e9c09684f5
sellCeiling() view returns (uint256)
44000000000000000
sellFloor() view returns (uint256)
2700000000000000
tokenContract() view returns (address)
0x9e17d13b638fc9f0ca941d4fe1c3e4da827cece1
Read-only
calculateFee(uint256 ethers) view returns (uint256 fee)
getOrder(address who) view returns (uint256 quantity, uint256 price, uint256 expiry)
isAllowedTrade(address who) view returns (bool)
orderBook(address) view returns (uint256 quantity, uint256 price, uint256 expiry)
tradingWhitelist(address) view returns (bool)
State-modifying
Events cancel()
execute(address seller, uint256 quantity, uint256 price) payable
multiExecute(address[] sellers, uint256 lastQuantity) payable returns (uint256 totalVouchers)
offer(uint256 quantity, uint256 price, uint256 expiry)
redeemVoucher(uint256 voucherCode, address voucherOwner, address[] sellers, uint256 lastQuantity) payable
redeemVoucherSingle(uint256 voucherCode, address voucherOwner, address seller, uint256 quantity) payable
retire(address recipient, address newContract)
setEnforceKyc(bool enforce)
setEtherFeeMin(uint256 min)
setEtherFeePercent(uint256 percent)
setOfferExpiry(uint256 expiry)
setOfferPrice(uint256 price)
setOfferSize(uint256 quantity)
setSellCeiling(uint256 ceiling)
setSellFloor(uint256 floor)
setTradingAllowed(address who, bool canTrade)
ContractRetired(address newAddcontract)
TokenOfferChanged(address who, uint256 quantity, uint256 price, uint256 expiry)
TokensOffered(address indexed who, uint256 quantity, uint256 price, uint256 expiry)
TokensPurchased(address indexed purchaser, address indexed seller, uint256 quantity, uint256 price)
VoucherRedeemed(uint256 voucherCode, address voucherOwner, address tokenSeller, uint256 quantity)
constructor(address tokenContract_)
This contract contains no fallback and receive objects.
This contract contains no error objects.