SuperNormalbyZipcy
Verified contract
Active on
Ethereum with 28,091 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.001132 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21143481 | 2 days ago | | | 0 | 0.00069880611 | |
| 21129900 | 4 days ago | | | 0 | 0.00079874475 | |
| 21127717 | 4 days ago | | | 0 | 0.00074646150 | |
| 21106243 | 7 days ago | | | 0 | 0.00012871560 | |
| 21102592 | 8 days ago | | | 0 | 0.00011342824 | |
| 21093063 | 9 days ago | | | 0 | 0.00026347153 | |
| 21058279 | 14 days ago | | | 0 | 0.00031196280 | |
| 20983108 | 24 days ago | | | 0 | 0.00022029793 | |
| 20983105 | 25 days ago | | | 0 | 0.00018857880 | |
| 20983017 | 25 days ago | | | 0 | 0.00021039132 |
ABI
ABI objects
Getter at block 21158676
claimMerkleRoot() view returns (bytes32)
0x99e3a3771c0198e83267bc4fd60cb935dac4d7569f0454bb9d339ff4b783fa98
gallery() view returns (string)
ipfs://QmfMjK37DkqrVUjNPYYbJHDdspMM1T4vpvWhwpaRVPJjcP/
isActive() view returns (bool)
false
isClaimActive() view returns (bool)
false
isPresaleActive() view returns (bool)
false
merkleRoot() view returns (bytes32)
0xa952ce7f4f682a80f71cd570237a53c126e0e56407fff63eef38170757471cd1
name() view returns (string)
SuperNormalbyZipcy
owner() view returns (address)
0xde7beddbd44f57aaa1f48372cd023942a0a5c9a7
presaleMerkleRoot() view returns (bytes32)
0x82904cf01056612f60ae23e343226c036762a15ca85147e12a5cd54c5b98d6a5
price() view returns (uint256)
88000000000000000
symbol() view returns (string)
SUPERNORMAL
totalSupply() view returns (uint256)
8888
vault() view returns (address)
0xde7beddbd44f57aaa1f48372cd023942a0a5c9a7
Read-only
balanceOf(address owner) view returns (uint256)
claimParticipants(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleParticipants(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claim(bytes32[] _merkleProof, uint256 _amount)
mint(bytes32[] _merkleProof, uint256 _amount) payable
presale(bytes32[] _merkleProof, uint256 _amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActive(bool _isActive)
setApprovalForAll(address operator, bool approved)
setClaimActive(bool _isClaimActive)
setClaimMerkleRoot(bytes32 _claimMerkleRoot)
setGallery(string _gallery)
setMerkleRoot(bytes32 _merkleRoot)
setPresaleActive(bool _isPresaleActive)
setPresaleMerkleRoot(bytes32 _presaleMerkleRoot)
setPrice(uint256 _price)
setVault(address _vault)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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(uint256 _price)
This contract contains no fallback and receive objects.
This contract contains no error objects.