Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd2ba…d688
Balances ($0.00)
No balances found for "Mentoring"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8832541 | 5 years ago | | | 0 | 0.000031064000 | |
| 8240656 | 5 years ago | | | 0 | 0.000031064000 | |
| 8202156 | 5 years ago | | | 0.009 | 0.0016749024 | |
| 7951576 | 5 years ago | | | 0 | 0.000076644000 | |
| 7935731 | 5 years ago | | | 0 | 0.00016802200 | |
| 7892751 | 5 years ago | | | 0 | 0.00087379875 | |
| 7862967 | 5 years ago | | | 0.00138 | 0.00031900080 | |
| 7862966 | 5 years ago | | | 0.003 | 0.0025116138 | |
| 7862953 | 5 years ago | | | 0.027 | 0.0023730075 | |
| 7857166 | 5 years ago | | | 0.00207 | 0.0019629024 |
ABI
ABI objects
Getter at block 21081196
fee() view returns (uint256)
290
heroes() view returns (address)
0xd2bae9a30a40376d25353773010ffe52dba0d688
isOwner() view returns (bool)
false
levelUpTime() view returns (uint256)
1200
owner() view returns (address)
0xedbbdf2c29ccf6a0272b36b10eadc1b17b8d7e67
Read-only
calcCost(uint256 _mentorId, uint256 _studentId) view returns (uint256)
getLastLecture(uint256 tokenId) view returns (uint256 lectureId, uint256 mentorId, uint256 studentId, uint256 mentorLevel, uint256 studentLevel, uint256 levelUp, uint256 levelPrice, uint256 cost, uint256 startedAt, uint256 endsAt)
getLastLectureIdAsMentor(uint256 _tokenId) view returns (uint256)
getLastLectureIdAsStudent(uint256 _tokenId) view returns (uint256)
getLecture(uint256 lectureId) view returns (uint256 mentorId, uint256 studentId, uint256 mentorLevel, uint256 studentLevel, uint256 levelUp, uint256 levelPrice, uint256 cost, uint256 startedAt, uint256 endsAt)
getMentor(uint256 _mentorId) view returns (uint256 level, uint256 price)
inLecture(uint256 _tokenId) view returns (bool)
inMentoring(uint256 _tokenId) view returns (bool)
inStudying(uint256 _tokenId) view returns (bool)
isMentor(uint256 _mentorId) view returns (bool)
isRaceSuitable(uint256 _mentorId, uint256 _studentId) view returns (bool)
lectureExists(uint256 _lectureId) view returns (bool)
State-modifying
Events becomeMentor(uint256 _mentorId, uint256 _levelPrice)
breakMentoring(uint256 _mentorId)
changeLevelPrice(uint256 _mentorId, uint256 _levelPrice)
reclaimToken(address token)
renounceOwnership()
setFee(uint256 _fee)
setLevelUpTime(uint256 _newLevelUpTime)
startLecture(uint256 _mentorId, uint256 _studentId) payable
transferOwnership(address newOwner)
BecomeMentor(uint256 indexed mentorId)
BreakMentoring(uint256 indexed mentorId)
ChangeLevelPrice(uint256 indexed mentorId, uint256 newLevelPrice)
Income(address source, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
StartLecture(uint256 indexed lectureId, uint256 indexed mentorId, uint256 indexed studentId, uint256 mentorLevel, uint256 studentLevel, uint256 levelUp, uint256 levelPrice, uint256 startedAt, uint256 endsAt)
constructor(address _heroes)
fallback()
This contract contains no error objects.