Zerion DNA 1.0
Verified contract
Active on
Ethereum with 443,995 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
APU | ERC-20 | 1 | $0.000942 |
$0 | |
KPBBT | ERC-721 | 1 | -- | -- | |
HQG | ERC-20 | 0.001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243734 | 3 hours ago | | | 0 | 0.00083382306 | |
| 21242006 | 9 hours ago | | | 0 | 0.00040742419 | |
| 21241525 | 11 hours ago | | | 0 | 0.00035398298 | |
| 21241425 | 11 hours ago | | | 0 | 0.00031948180 | |
| 21240903 | 13 hours ago | | | 0 | 0.00098097905 | |
| 21240280 | 15 hours ago | | | 0 | 0.00026839528 | |
| 21240277 | 15 hours ago | | | 0 | 0.00056111003 | |
| 21240011 | 16 hours ago | | | 0 | 0.00054369194 | |
| 21237784 | a day ago | | | 0 | 0.00096919235 | |
| 21237740 | a day ago | | | 0 | 0.0010925399 |
ABI
ABI objects
Getter at block 21244728
contractURI() view returns (string)
ipfs://QmXVCjKjUvoRQEsbMtrzG5nPTAGUX8FECjVkYcNWTBA2AU
name() view returns (string)
Zerion DNA 1.0
owner() view returns (address)
0x96ebc0797ded0248a71eeca231505182179ee6fd
paused() view returns (bool)
true
symbol() view returns (string)
DNA
totalSupply() view returns (uint256)
416488
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint()
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setContractURI(string newContractURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.