Demonz

Verified contract

Active on Ethereum with 250 txns
Deployed by via 0xd297abb8 at 19200851
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Demonz"

0x07cc860a689d8faad860f19ed2f1dd47c5e29e3389f1183c6c85e2221b12a44c
0x6441d5634c39de5cc7f25c7fabb4e59350b4ff59948eea63ffd073c1c525b06f
0xc0c033d7b550b5a2979338746e8e98a4f225f745e571246b9d16f332490c1055
0xd67dbdda2ab5b4aebf3f7767658f45132b277d9bef7bf98bd84f233c3f2c760d
0x0d170c4a3e2cb39221a023903b4d944b8ff28a3b1e87aec473d6b8f9bf955c19
0x78175ad741caaeb152d4b2a1a423702f96cc9031294c464841659a6c762d54b4
0x2abb09eeb040646de03b23e5d2fb4c3ea4ff19acba924e7b2d9b1ad83a62dd46
0xd1d0c259f55072c328d88ac85a72d201be20451119095df65fd0a2719a7481dd
0xbd6abe37f580b4500cd4bf96e2bcf941145dd23aaf8d45b70df8824ba5fa51c0
0xaf5719870c0fced7306ea4d5d66f85d3cef2dd7063db98850f728cf628e6ec16

Functions
Getter at block 20892820
baseTokenURI(view returns (string)
dataURI(view returns (string)
decimals(view returns (uint8)
18
minted(view returns (uint256)
7642
name(view returns (string)
Demonz
owner(view returns (address)
0x741b396325f27ba6732b7e143059e353a7b67f58
symbol(view returns (string)
DEMONZ
totalSupply(view returns (uint256)
6666000000000000000000
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
tokenURI(uint256 idview returns (string)
whitelist(addressview returns (bool)
State-modifying
approve(address spenderuint256 amountOrIdreturns (bool)
revokeOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setDataURI(string _dataURI
setNameSymbol(string _namestring _symbol
setTokenURI(string _tokenURI
setWhitelist(address targetbool state
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address _owner
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20Transfer(address indexed fromaddress indexed touint256 amount
ERC721Approval(address indexed owneraddress indexed spenderuint256 indexed id
OwnershipTransferred(address indexed useraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
InvalidOwner(
InvalidRecipient(
InvalidSender(
NotFound(
Unauthorized(
UnsafeRecipient(