TokenStatus
Verified contract
Active on
Ethereum with 1 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 "TokenStatus"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18598678 | a year ago | | | 0 | 0.0010734920 |
ABI
ABI objects
Getter at block 21385489
getMinStatus() view returns (uint256)
10
Read-only
getAtribute(uint256 tokenId) view returns (uint256)
getLevel(uint256 tokenId) view returns (uint256)
getLevelMaxOrNo(uint256 tokenId) view returns (bool)
getStatus(uint256 tokenId) view returns (uint256)
getStatuses(uint256 tokenId) view returns (uint256[])
isOperator(address _operator) view returns (bool)
random(uint256 _number) view returns (uint256)
State-modifying
Events grantOperatorRole(address _candidate)
revokeOperatorRole(address _candidate)
setAddStatusFlag(bool _flag)
setAtribute(uint256 tokenId, uint256 _attribute)
setAttributeRandomNumber(uint256 randNum_)
setLevel(uint256 tokenId, uint256 _level)
setStatus(uint256 tokenId, uint256 status)
setStatusRandomNumber(uint256 randNum_)
setaddStatus(uint256 _Num)
setmaxLevel(uint256 _Num)
setmaxStatus(uint256 _Num)
setminLevel(uint256 _Num)
setminStatus(uint256 _Num)
upAtribute(uint256 tokenId)
upLevel(uint256 tokenId)
upStatus(uint256 tokenId)
This contract contains no event objects.
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.