Queens+KingsFace
Verified contract
Active on
Ethereum with 213 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 "Queens+KingsFace"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21098377 | 18 days ago | | | 0 | 0.00017065553 | |
| 20574577 | 3 months ago | | | 0 | 0.000046625185 | |
| 20565122 | 3 months ago | | | 0 | 0.00011634177 | |
| 20451412 | 4 months ago | | | 0 | 0.000064557846 | |
| 20148979 | 5 months ago | | | 0 | 0.00011803251 | |
| 20114432 | 5 months ago | | | 0 | 0.00023653762 | |
| 19774925 | 7 months ago | | | 0 | 0.00057873699 | |
| 19772755 | 7 months ago | | | 0 | 0.00037697727 | |
| 19772047 | 7 months ago | | | 0 | 0.00040089041 | |
| 19699903 | 7 months ago | | | 0 | 0.00040478116 |
ABI
ABI objects
Getter at block 21224492
avatarContractAddress() view returns (address)
0xbb869f884186c3cba0ffa89ab84980cb86f8744d
baseURI() view returns (string)
https://storage.googleapis.com/hackatao/metadata/traits/face/
name() view returns (string)
Queens+KingsFace
owner() view returns (address)
0x139c8919ce2b7fb8a04f929d83b8c54c116c692b
symbol() view returns (string)
Q+KTF
totalSupply() view returns (uint16)
3159
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minterAddresses(uint256) view returns (address)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
traitToAvatar(uint16) view returns (uint16)
traitToExternalAvatarID(uint16 _tokenId) view returns (uint256)
State-modifying
Events addMinterAddress(address _minterAddress)
approve(address to, uint256 tokenId)
burn(uint16 _tokenId)
mint(uint256 _tokenId, address _to)
onAvatarTransfer(address _from, address _to, uint16 _tokenId)
onTraitAddedToAvatar(uint16 _tokenId, uint16 _avatarId)
onTraitRemovedFromAvatar(uint16 _tokenId, address _owner)
removeMinterAddress(address _minterAddress)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setAvatarContractAddress(address _avatarContractAddress)
setBaseTokenURI(string _uri)
setProxyRegistryAddress(address _proxyRegistryAddress)
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)
TraitChanged(uint16 indexed _avatarId, uint16 indexed _traitId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.