Ancestors
Verified contract
Active on
Ethereum with 656 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 "Ancestors"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21019899 | a month ago | | | 0 | 0.00054194733 | |
| 20934856 | a month ago | | | 0 | 0.00061454267 | |
| 20742623 | 2 months ago | | | 0 | 0.00044937998 | |
| 20527535 | 3 months ago | | | 0 | 0.00032944308 | |
| 20025950 | 5 months ago | | | 0 | 0.0022697432 | |
| 19680672 | 7 months ago | | | 0 | 0.00061293465 | |
| 19659119 | 7 months ago | | | 0 | 0.00045874134 | |
| 19622627 | 7 months ago | | | 0 | 0.00090580837 | |
| 19304492 | 9 months ago | | | 0 | 0.0015770560 | |
| 19304143 | 9 months ago | | | 0 | 0.0014557440 |
ABI
ABI objects
Getter at block 21225313
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
accessoryAddress() view returns (address)
0xaa71412d53d9da6d289f3afbb8571c9788559701
name() view returns (string)
Ancestors
owner() view returns (address)
0x5b1a4ebd28b597fe47494a0a5766b2eb6e6b3fcc
paused() view returns (bool)
false
scroll() view returns (address)
0x69b44a07ee9ca8b0cd45896b0f0775a024b2e25c
symbol() view returns (string)
KPKA
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) pure returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) pure returns (bytes4)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenAccessoryData(uint256) view returns (uint224 encodedAccessories)
tokenEquippedAccessories(uint256 _tokenId) view returns (bool[6], uint256[6])
tokenURI(uint256 _tokenId) view returns (string uri)
State-modifying
Events approve(address operator, uint256 tokenId)
mint(address _to, uint256 _tokenId, bool[6] _isEquipped, uint256[6] _accessoryTokenIds)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAccessoryAddress(address _accessoryAddress)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setPaused(bool _paused)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unwrap(uint256 _tokenId)
wrap(uint256 _tokenId, bool[6] _isEquipped, uint256[6] _accessoryTokenIds)
AccessoryUnwrapped(address indexed requestFrom, uint256 indexed tokenId, uint256[6] accessoriesIds, uint256[] UnequippedTokenIds)
AccessoryWrapped(address indexed requestFrom, uint256 indexed tokenId, bool[6] isEquipedBefore, uint256[6] accessoriesIdsBefore, bool[6] isEquiped, uint256[6] accessoriesIds)
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(string _name, string _symbol, address _scroll)
This contract contains no fallback and receive objects.
AccessoryAddressNotSet()
AccessoryTypeMismatch()
ContractPaused()
InvalidMinter()
NotTokenOwner()
OperatorNotAllowed(address operator)
TokenNotExist()