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 "Psilo"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21171415 | 6 days ago | | | 0 | 0.0012112719 | |
| 20581316 | 3 months ago | | | 0 | 0.000030518264 | |
| 20581314 | 3 months ago | | | 0 | 0.000027770240 | |
| 20572618 | 3 months ago | | | 0 | 0.000043602706 | |
| 20165241 | 5 months ago | | | 0 | 0.00017585507 | |
| 20165238 | 5 months ago | | | 0 | 0.00017482120 | |
| 20165235 | 5 months ago | | | 0 | 0.00017787179 | |
| 20050257 | 5 months ago | | | 0 | 0.00024206117 | |
| 20013825 | 5 months ago | | | 0 | 0.00051222749 | |
| 19908232 | 6 months ago | | | 0 | 0.000064485171 |
ABI
ABI objects
Getter at block 21213967
CrossmintAddress() view returns (address)
0xdab1a1854214684ace522439684a145e62505233
MAX_PER_TX() view returns (uint256)
11
MAX_PER_WALLET() view returns (uint256)
11
MAX_SUPPLY() view returns (uint256)
2223
RESERVES() view returns (uint256)
588
baseURI() view returns (string)
https://psilo.mypinata.cloud/ipfs/QmUxKy4vThPKAypMCQvdrDvHdYUz4G7iW6Fvpcthrsb8ev/
mintlistMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
Psilo
owner() view returns (address)
0x3690513c229d2e3086499ed2b4ef5198d11d10f3
priceInWei() view returns (uint256)
80000000000000000
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() view returns (string)
Psilo
teamAddress() view returns (address)
0x5fa0cae22ea05795c8509c5e19e31c2ffba1e417
totalSupply() view returns (uint256)
2222
Read-only
addressToMinted(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getAllowance(string allowance, bytes32[] proof) view returns (string)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address _owner, address operator) view returns (bool)
isOwnerOf(address account, uint256[] _tokenIds) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
projectProxy(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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
batchSafeTransferFrom(address _from, address _to, uint256[] _tokenIds, bytes data_)
batchTransferFrom(address _from, address _to, uint256[] _tokenIds)
burn(uint256 tokenId)
collectReserves()
flipProxyState(address proxyAddress)
mintTo(address to, uint256 _count) payable
mintlistMint(uint256 count, uint256 allowance, bytes32[] proof) payable
publicMint(uint256 count) 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)
setMintlistMerkleRoot(bytes32 _mintlistMerkleRoot)
setProxyRegistryAddress(address _proxyRegistryAddress)
togglePublicSale(uint256 _MAX_SUPPLY)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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 _baseURI, address _proxyRegistryAddress, address _teamAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.