Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($144.01)
Native
Value
$144.01
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.04 | $3,600.36 |
$144.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20848424 | 2 months ago | | | 0 | 0.00030155663 | |
| 20756658 | 2 months ago | | | 0 | 0.00016562828 | |
| 19603900 | 8 months ago | | | 0 | 0.00039701628 | |
| 18886783 | a year ago | | | 0 | 0.0014615643 | |
| 18886668 | a year ago | | | 0 | 0.00090562624 | |
| 18802703 | a year ago | | | 0 | 0.00091534986 | |
| 18706412 | a year ago | | | 0 | 0.0017321580 | |
| 18617229 | a year ago | | | 0 | 0.0026239422 | |
| 18452594 | a year ago | | | 0 | 0.00057683303 | |
| 17837963 | a year ago | | | 0 | 0.0012205285 |
ABI
ABI objects
Getter at block 21293741
SCALE() view returns (uint256)
1000000000000000000
contractBalance() view returns (uint256)
40000000000000000
name() view returns (string)
Prosocialites
owner() view returns (address)
0xbe8d70606b9943764d34198dfebb907bbbced380
phaseOneFlag() view returns (bool)
true
phaseTwoFlag() view returns (bool)
true
publicFlag() view returns (bool)
true
publicPrice() view returns (uint256)
20000000000000000
revealRound() view returns (uint8)
1
roundOneNum() view returns (uint256)
0
royaltyCut() view returns (uint256)
50000000000000000
royaltyRecipient() view returns (address)
0xbe8d70606b9943764d34198dfebb907bbbced380
symbol() view returns (string)
PSL
totalSupply() view returns (uint256)
2427
uriExtension() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedTokens(address) view returns (uint256)
mintedTokensPhaseTwo(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
phaseOneClaimed(address) view returns (bool)
royaltyInfo(uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenID) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 quantity) payable
phaseOneMint(uint256 quantity, bytes32[] _merkleProof)
phaseTwoMint(uint256 quantity, bytes32[] _merkleProof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setPhaseOneMerkleRoot(bytes32 _merkleRoot)
setPhaseTwoMerkleRoot(bytes32 _merkleRoot)
setPresaleURI(string uri)
setPublicMintPrice(uint256 _price)
setRevealRound(uint8 _phase)
setRoundOneRevealNumber(uint256 quantity)
setRoyaltyCut(uint256 _newCut)
setRoyaltyRecipient(address _newRecipient)
setURIExtention(string _extention)
switchPhaseOneFlag(bool state)
switchPhaseTwoFlag(bool state)
switchPublicFlag(bool state)
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)
BaseURIUpdated(string uri)
FlagSwitched(bool value)
NewPublicMintPriceSet(uint256 newPrice)
NewRoyaltyCutSet(uint256 newRoyaltyCut)
NewRoyaltyRecipientSet(address newRecipient)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PhaseOneMerkleRootUpdated(bytes32 root)
PhaseTwoMerkleRootUpdated(bytes32 root)
PresaleURIUpdated(string uri)
RevealRoundSet(uint8 phase)
RoundOneRevealNumberUpdated(uint256 quantity)
TokenURIExtentionSet(string extention)
TokenURISet(uint256 tokenID)
TokensMinted(address indexed to, uint256 quantity)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, uint256 _publicPrice, uint256 _maxPerAddressforSale, uint256 _maxPerAddressforPreSale, uint256 _maxTokenSupply)
This contract contains no fallback and receive objects.
AmountExceedsMax()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
FounderMintNotActive()
InsufficientEth()
MerkleProofNotValid()
MintExceedsMaxPerAddress()
MintExceedsMaxSupply()
MintToZeroAddress()
MintZeroQuantity()
NftIDOutOfRange()
NoRoundOneRevealNumber()
OwnerQueryForNonexistentToken()
PhaseTwoMintNotActive()
PublicMintNotActive()
RoyaltyCutTooHigh()
TokensAlreadyMinted()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
WithdrawEthFailed()