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 "Demonz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21055321 | a month ago | | | 0 | 0.00025795834 | |
| 19867016 | 7 months ago | | | 0 | 0.00015847956 | |
| 19544052 | 8 months ago | | | 0 | 0.00054636243 | |
| 19469695 | 8 months ago | | | 0 | 0.0020625900 | |
| 19468039 | 8 months ago | | | 0 | 0.0026532958 | |
| 19357931 | 9 months ago | | | 0 | 0.0024456622 | |
| 19344688 | 9 months ago | | | 0 | 0.0021902196 | |
| 19325824 | 9 months ago | | | 0 | 0.0023370746 | |
| 19325554 | 9 months ago | | | 0 | 0.0023906241 | |
| 19323999 | 9 months ago | | | 0 | 0.00080009992 |
ABI
ABI objects
Getter at block 21301443
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(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
tokenURI(uint256 id) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amountOrId) returns (bool)
revokeOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setDataURI(string _dataURI)
setNameSymbol(string _name, string _symbol)
setTokenURI(string _tokenURI)
setWhitelist(address target, bool state)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
transferOwnership(address _owner)
Approval(address indexed owner, address indexed spender, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Transfer(address indexed from, address indexed to, uint256 amount)
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed id)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
AlreadyExists()
InvalidOwner()
InvalidRecipient()
InvalidSender()
NotFound()
Unauthorized()
UnsafeRecipient()