SKILL (for Adventurers)
Verified contract
Active on
Ethereum with 136 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 "SKILL (for Adventurers)"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16096809 | 2 years ago | | | 0 | 0.00056972732 | |
| 14229052 | 3 years ago | | | 0 | 0.0058214274 | |
| 14215510 | 3 years ago | | | 0 | 0.0022205408 | |
| 13960275 | 3 years ago | | | 0 | 0.010155832 | |
| 13960246 | 3 years ago | | | 0 | 0.0064399114 | |
| 13281251 | 3 years ago | | | 0 | 0.0027573182 | |
| 13279153 | 3 years ago | | | 0 | 0.011835502 | |
| 13279128 | 3 years ago | | | 0 | 0.0017872448 | |
| 13224312 | 3 years ago | | | 0 | 0.0031994648 | |
| 13216665 | 3 years ago | | | 0 | 0.013464308 |
ABI
ABI objects
Getter at block 21421314
name() view returns (string)
SKILL (for Adventurers)
owner() view returns (address)
0xac878db39decdb627f74edfd351684f0addad273
symbol() view returns (string)
SKILL
totalSupply() view returns (uint256)
111
Read-only
addressMinted(address) view returns (uint256)
attrsIndex(uint256) view returns (uint8 skillType, uint8 skillElement, uint8 castTime, uint8 natureSkill, uint8 activeSkill, uint8 passiveSkill, uint8 bonusEffect, uint8 specialPower, uint8 manaCost, uint8 hpCost, uint8 stamina, uint8 coolDown)
balanceOf(address owner) view returns (uint256)
getActiveSkill(uint256 tokenId) view returns (string)
getApproved(uint256 tokenId) view returns (address)
getBonusEffect(uint256 tokenId) view returns (string)
getCastTime(uint256 tokenId) view returns (string)
getCoolDown(uint256 tokenId) view returns (string)
getHpCost(uint256 tokenId) view returns (string)
getManaCost(uint256 tokenId) view returns (string)
getNatureSkill(uint256 tokenId) view returns (string)
getOccupationColors(uint256 tokenId) view returns (uint8[7])
getPassiveSkill(uint256 tokenId) view returns (string)
getSkillElement(uint256 tokenId) view returns (string)
getSkillType(uint256 tokenId) view returns (string)
getSpecialPower(uint256 tokenId) view returns (string)
getStamina(uint256 tokenId) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
makeAttributeParts(string skillType, string skillElement, string castTime, string natureSkill, string activeSkill, string passiveSkill, string bonusEffect, string specialPower) pure returns (string)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claim(uint256 tokenId, uint256 manaCost, uint256 hpCost, uint256 stamina, uint256 coolDown)
ownerClaim(uint256 tokenId, uint256 manaCost, uint256 hpCost, uint256 stamina, uint256 coolDown)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.