NacExchange
Verified contract
Active on
Ethereum with 648 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NAC | ERC-20 | 104.9715K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9093253 | 5 years ago | | | 0 | 0.00018706800 | |
| 6968788 | 6 years ago | | | 0 | 0.00020710000 | |
| 6191737 | 6 years ago | | | 0 | 0.000073550000 | |
| 6180980 | 6 years ago | | | 0 | 0.000073550000 | |
| 6066501 | 6 years ago | | | 0 | 0.000073550000 | |
| 6049131 | 6 years ago | | | 0 | 0.000073550000 | |
| 5988110 | 6 years ago | | | 0 | 0.000073550000 | |
| 5988032 | 6 years ago | | | 0 | 0.000073550000 | |
| 5985474 | 6 years ago | | | 0 | 0.00010906000 | |
| 5985296 | 6 years ago | | | 0 | 0.00018387500 |
ABI
ABI objects
Getter at block 21282142
NamiAddr() view returns (address)
0x8d80de8a78198396329dfa769ad54d24bf90e7aa
name() view returns (string)
NacExchange
price() view returns (uint256)
1
Read-only
ask(address) view returns (uint256 price, uint256 volume)
bid(address) view returns (uint256 price, uint256 eth)
State-modifying
Events buyNac(address _seller, uint256 _price) payable returns (bool success)
closeAskOrder()
closeBidOrder()
placeBuyOrder(uint256 _price) payable
sellNac(uint256 _value, address _buyer, uint256 _price) returns (bool success)
tokenFallbackExchange(address _from, uint256 _value, uint256 _price) returns (bool success)
BuyHistory(address indexed buyer, address indexed seller, uint256 price, uint256 volume, uint256 time)
SellHistory(address indexed seller, address indexed buyer, uint256 price, uint256 volume, uint256 time)
UpdateAsk(address owner, uint256 price, uint256 volume)
UpdateBid(address owner, uint256 price, uint256 balance)
constructor(address _namiAddress)
fallback()
This contract contains no error objects.