UndeadsZombies

Verified contract

Active on Ethereum with 6,624 txns
Deployed by via 0x3433086d at 16685503
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "UndeadsZombies"

0xa89ed6e4f724bb8e572ddde7ff3d47fdce4932c98ab7ede6edc352a91018a8fd
0xc80047bd10fbde8f45185ea4587f9a44e60deb204d0ef73f9e64e4bcbe47c05c
0xd2890ac179d0a5020affddd148587af819864ef7752c12246d7fb7ec4bae84f4
0xa8dd30b7cc90eb29ce7f930877ea4d9958dac7e7aa1b61fb1a2c628ceeeb0d3b
0x64c34be21bb3dc81bfa629a1987ff4a8dfade1a78fe50b911a98b66c17f509ea
0x7ef79b0dcea704b8ef5a47cbd4c09dc26d20657618acbc857b3d33005ea49cb3
0x4a1428208e9061135d0e0f3ce72e63c1e258497f090e1ab1c6f61bddc782edd1
0x44e67ec0ab19259018139287d09c924db988c2e08c1bfd8f66eb9d6c5a580445
0x6cc6d2dfad7e2070914e0a01e3b2f03c6939f3b96c28105a1585f98a96b6f56b
0xb9f92b48e5d9320a1c0149ceee182b5833eb7e3a25f3c52d328523d660d631f9

Functions
Getter at block 21246989
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
additionalDefaultRoyaltyInfo(view returns (struct EIP2981AdditionalRoyaltyInfo)
(200, 500)
feeDenominator(pure returns (uint96)
10000
name(view returns (string)
UndeadsZombies
owner(view returns (address)
0x32cad849f8577aaee74e29c6b88a0cf99048e13c
symbol(view returns (string)
UDZT
total(view returns (uint256)
4952
Read-only
balanceOf(address ownerview returns (uint256)
getActor(uint256 id_view returns (struct StructuresActorData)
getAdultTime(uint256 id_view returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getBornTime(uint256 id_view returns (uint256)
getChilds(uint256 id_view returns (uint8uint8)
getImmaculate(uint256 id_view returns (bool)
getProps(uint256 id_view returns (uint16[10])
getRank(uint256 id_view returns (uint16)
getSex(uint256 id_view returns (bool)
isAdult(uint256 id_view returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isBorn(uint256 id_view returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenAdultURI(uint256 id_view returns (string)
tokenKidURI(uint256 id_view returns (string)
tokenURI(uint256 id_view returns (string)
State-modifying
approve(address operatoruint256 tokenId
born(uint256 id_uint256 adultTime_
breedChild(uint256 id_
deleteDefaultRoyalty(
mint(uint256 id_address owner_uint16[10] props_bool sex_bool born_uint256 adultTime_uint8 childs_bool immaculate_returns (uint256)
renounceOwnership(
resetTokenRoyalty(uint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setAdultTime(uint256 id_uint256 time_
setApprovalForAll(address operatorbool approved
setDefaultRoyalty(address receiveruint96 collectionOwnerFeeNumeratoruint96 firstOwnerFeeNumerator
setMetadataHash(uint256 id_string adultHash_
setMetadataHashes(uint256 id_string kidHash_string adultHash_
setRights(address rights_
setTokenRoyalty(uint256 tokenIdaddress receiveruint96 feeNumerator
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
ActorWasBorn(uint256 indexed iduint256 bornTime
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
FeeChanged(address indexed receiveruint96 collectionOwnerFeeNumeratoruint96 firstOwnerFeeNumerator
Minted(address indexed owneruint256 indexed id
MintedImmaculate(address indexed owneruint256 indexed id
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TokenUriDefined(uint256 indexed idstring kidUristring adultUri
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address router_uint256 start_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OperatorNotAllowed(address operator