Ability Score
Verified contract
Active on
Ethereum with 8,506 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xff9c…13d7
Balances ($0.00)
No balances found for "Ability Score"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20850394 | 2 months ago | | | 0 | 0.00018448615 | |
| 20636218 | 3 months ago | | | 0 | 0.00019862366 | |
| 20599431 | 3 months ago | | | 0 | 0.00020225110 | |
| 20530341 | 3 months ago | | | 0 | 0.00029807107 | |
| 20203540 | 5 months ago | | | 0 | 0.000067363138 | |
| 20079834 | 5 months ago | | | 0 | 0.00077998762 | |
| 20062469 | 5 months ago | | | 0 | 0.00092130304 | |
| 19850537 | 6 months ago | | | 0 | 0.00015283590 | |
| 19759180 | 7 months ago | | | 0 | 0.00040844677 | |
| 19576852 | 7 months ago | | | 0 | 0.0011197659 |
ABI
ABI objects
Getter at block 21207332
name() view returns (string)
Ability Score
owner() view returns (address)
0xa9146bf6418409afbebe85438ce5729e2d631ce8
symbol() view returns (string)
SCORE
totalSupply() view returns (uint256)
5993
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCharisma(uint256 tokenId) pure returns (string)
getConstitution(uint256 tokenId) pure returns (string)
getDexterity(uint256 tokenId) pure returns (string)
getIntelligence(uint256 tokenId) pure returns (string)
getStrength(uint256 tokenId) pure returns (string)
getWisdom(uint256 tokenId) pure returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
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) pure returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claim(uint256 tokenId)
claimForLoot(uint256 tokenId)
ownerClaim(uint256 tokenId)
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.