Purple Heylo
Verified contract
Active on
Ethereum with 13 txns
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 "Purple Heylo"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14724230 | 3 years ago | | | 0 | 0.0014261232 | |
| 14706639 | 3 years ago | | | 0 | 0.0013919853 | |
| 14706444 | 3 years ago | | | 0 | 0.0016657380 | |
| 14699461 | 3 years ago | | | 0 | 0.0026395054 | |
| 14699453 | 3 years ago | | | 0 | 0.0023654990 | |
| 14699442 | 3 years ago | | | 0 | 0.0022637551 | |
| 14699441 | 3 years ago | | | 0 | 0.0021129717 | |
| 14574299 | 3 years ago | | | 0 | 0.0015525543 | |
| 14545990 | 3 years ago | | | 0 | 0.0056171274 | |
| 14539913 | 3 years ago | | | 0.04 | 0.0041103576 |
ABI
ABI objects
Getter at block 21309495
MAX_NFT_PRESALE() view returns (uint256)
1000
MAX_SUPPLY() view returns (uint256)
8888
MINT_PRICE() view returns (uint256)
8000000000000000
PRESALE_COST() view returns (uint256)
800000000
artistWallet() view returns (address)
0x9d99ae38de338add76a741b02b1820e814b99c62
baseExtension() view returns (string)
.json
isLaunched() view returns (bool)
true
isPresale() view returns (bool)
false
name() view returns (string)
Purple Heylo
notRevealedUri() view returns (string)
ipfs://QmYW3qbk2ak35ekrj9XDqn76p9jWTUxavZxgfcTuBQhYqx/
owner() view returns (address)
0x4bc12fbe4eb12938de55fa97567aa84240867b40
ownerWallet() view returns (address)
0xc557b691111745edc255bf66f37b4c4cbce37dee
revealed() view returns (bool)
true
symbol() view returns (string)
Purple Heylo
totalSupply() view returns (uint256)
2
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)
init()
launchPresaleToggle()
mint(address account, uint256 _mintAmount) payable
preSaleWhitelist(address account, uint256 _mintAmount) payable
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
saleToggle()
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setNotRevealedURI(string _notRevealedURI)
setPresaleAmount(uint256 presaleAmount)
setPresalePrice(uint256 newPrice)
setPrice(uint256 newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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(string _initBaseURI, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()