EtheremonTrade
Verified contract
Active on
Ethereum with 26,767 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 |
---|---|---|---|---|---|
OCN | ERC-20 | 5 | $0.00004 |
$0 | |
YOO | ERC-20 | 21.3587K | -- | -- | |
SHNZ2 | ERC-20 | 2K | -- | -- | |
HMC | ERC-20 | 10 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12714307 | 3 years ago | | | 0 | 0.00010946400 | |
| 7496858 | 6 years ago | | | 0 | 0.000097160000 | |
| 6947720 | 6 years ago | | | 0 | 0.000024290000 | |
| 6468192 | 6 years ago | | | 0 | 0.00042108300 | |
| 6463618 | 6 years ago | | | 0 | 0.000048580000 | |
| 6461497 | 6 years ago | | | 0 | 0.000026719000 | |
| 6460861 | 6 years ago | | | 0 | 0.000077728000 | |
| 6460545 | 6 years ago | | | 0 | 0.0000022984000 | |
| 6460370 | 6 years ago | | | 0.006 | 0.000023905000 | |
| 6460362 | 6 years ago | | | 0 | 0.0000024290000 |
ABI
ABI objects
Getter at block 21283717
GEN0_NO() view returns (uint8)
24
battleContract() view returns (address)
0xf35a3215e8098544f1c352ef57c3c745e224fb38
dataContract() view returns (address)
0xabc1c404424bdf24c19a5cc5ef8f47781d18eb3e
getTotalBorrowingItem() view returns (uint256)
726
getTotalSellingItem() view returns (uint256)
2226
isMaintaining() view returns (bool)
true
maxLendingItem() view returns (uint8)
10
owner() view returns (address)
0xe0a66218c40230967d4240d25f6220a28e52c7ff
totalBorrowingItem() view returns (uint32)
0
totalModerators() view returns (uint16)
0
totalSellingItem() view returns (uint32)
0
tradingFeePercentage() view returns (uint16)
1
Read-only
borrowingDict(uint64) view returns (uint256 index, address owner, address borrower, uint256 price, bool lent, uint256 releaseTime)
borrowingList(uint256) view returns (uint64)
gen0Config(uint32) view returns (uint32 classId, uint256 originalPrice, uint256 returnPrice, uint32 total)
getBasicObjInfo(uint64 _objId) view returns (uint32, address, uint32, uint32)
getBasicObjInfoWithBp(uint64 _objId) view returns (uint32, uint32, uint32, uint64)
getBorrowingItem(uint256 _index) view returns (uint64 objId, address owner, address borrower, uint256 price, bool lent, uint256 releaseTime, uint32 classId, uint32 exp, uint32 createIndex, uint64 bp)
getBorrowingItemByObjId(uint64 _objId) view returns (uint256 index, address owner, address borrower, uint256 price, bool lent, uint256 releaseTime, uint32 classId, uint32 exp, uint32 createIndex, uint64 bp)
getLendingItemInfo(address _trainer, uint256 _index) view returns (uint64 objId, address owner, address borrower, uint256 price, bool lent, uint256 releaseTime, uint32 classId, uint32 exp, uint32 createIndex, uint64 bp)
getLendingItemLength(address _trainer) view returns (uint256)
getSellingItem(uint256 _index) view returns (uint64 objId, uint32 classId, uint32 exp, uint64 bp, address trainer, uint256 createIndex, uint256 price)
getSellingItemByObjId(uint64 _objId) view returns (uint32 classId, uint32 exp, uint64 bp, address trainer, uint256 createIndex, uint256 price)
getSoldItem(address _trainer, uint256 _index) view returns (uint64 objId, uint32 classId, uint32 exp, uint64 bp, address currentOwner, uint256 createIndex, uint256 price, uint256 time)
getSoldItemLength(address _trainer) view returns (uint256)
getTradingInfo(uint64 _objId) view returns (uint256 sellingPrice, uint256 lendingPrice, bool lent, uint256 releaseTime)
isOnTrading(uint64 _objId) view returns (bool)
lendingList(address, uint256) view returns (uint64)
moderators(address) view returns (bool)
sellingDict(uint64) view returns (uint256 index, uint256 price)
sellingList(uint256) view returns (uint64)
soldList(address, uint256) view returns (uint64 objId, uint256 price, uint256 time)
State-modifying
Events AddModerator(address _newModerator)
ChangeOwner(address _newOwner)
RemoveModerator(address _oldModerator)
UpdateMaintaining(bool _isMaintaining)
borrowItem(uint64 _objId) payable
buyItem(uint64 _objId) payable
freeTransferItem(uint64 _objId, address _receiver)
getBackLendingItem(uint64 _objId)
offerBorrowingItem(uint64 _objId, uint256 _price, uint256 _releaseTime)
placeSellOrder(uint64 _objId, uint256 _price)
release(uint64 _objId)
removeBorrowingOfferItem(uint64 _objId)
removeSellOrder(uint64 _objId)
setContract(address _dataContract, address _battleContract)
setOriginalPriceGen0()
updateConfig(uint16 _fee, uint8 _maxLendingItem)
withdrawEther(address _sendTo, uint256 _amount)
EventAcceptBorrowItem(address indexed borrower, uint64 objId)
EventBuyItem(address indexed buyer, uint64 objId)
EventFreeTransferItem(address indexed sender, address indexed receiver, uint64 objId)
EventGetBackItem(address indexed owner, uint64 objId)
EventOfferBorrowingItem(address indexed lender, uint64 objId)
EventPlaceSellOrder(address indexed seller, uint64 objId)
EventRelease(address indexed trainer, uint64 objId)
constructor(address _dataContract, address _battleContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.