Photosynthesis
Verified contract
Active on
Ethereum with 4,307 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb9ae…a78a
Balances ($0.00)
No balances found for "Photosynthesis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20967260 | a month ago | | | 0 | 0.00081230915 | |
| 20873855 | 2 months ago | | | 0 | 0.00056193385 | |
| 20789614 | 2 months ago | | | 0 | 0.00088871035 | |
| 20705358 | 3 months ago | | | 0 | 0.000029798400 | |
| 20705356 | 3 months ago | | | 0 | 0.000032884917 | |
| 20705354 | 3 months ago | | | 0 | 0.000034680800 | |
| 20643086 | 3 months ago | | | 0 | 0.000088750986 | |
| 20586996 | 3 months ago | | | 0 | 0.000049831371 | |
| 20586911 | 3 months ago | | | 0 | 0.000046660000 | |
| 20586801 | 3 months ago | | | 0 | 0.000060750103 |
ABI
ABI objects
Getter at block 21286578
PS143_PROVENANCE() view returns (string)
32662m6w333d34312z5o4n0z1u431g1g153q1i07642t085r0u293d2s0f4f1w0m
ProbablyNothing() view returns (address)
0xb9aecb63908c13b6167ad2eab9bacd7e0daba78a
alOnly() view returns (bool)
false
alPrice() view returns (uint256)
60000000000000000
maxPerTx() view returns (uint256)
10
merkleRoot() view returns (bytes32)
0xfa88c6c491980cde5a213d62888a4b069066b0d4869ccef4802e51ea9ded516d
mintsPerAL() view returns (uint256)
2
mintsPerPN() view returns (uint256)
2
name() view returns (string)
Photosynthesis
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xec45e904b11c764d1a842b16f874a5474914da71
price() view returns (uint256)
70000000000000000
saleOpen() view returns (bool)
false
symbol() view returns (string)
PS143
totalSupply() view returns (uint256)
4444
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isAllowListed(address _recipient, bytes32[] _merkleProof) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
mints(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
percentageOf(uint256 value, uint256 percentage) pure returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
wallets(uint256) view returns (uint256 percentage, address wallet)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
changePaySplits(uint256 indexToChange, uint256 _percentage, address _wallet)
flipALState()
flipSaleState()
mint(uint256 amount, bytes32[] _merkleProof) payable
ownerMint(uint256 amount, address _recipient)
pay() payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setALPrice(uint256 _alPrice)
setApprovalForAll(address operator, bool approved)
setMaxPerTX(uint256 _maxPerTx)
setMintsPerAL(uint256 _mintsPerAL)
setMintsPerPN(uint256 _mintsPerPN)
setPN(address _PN)
setPrice(uint256 _price)
setRoot(bytes32 root)
setURI(string _uri)
splitWithdraw()
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)
burned(address from, address to, uint256 id)
minted(address minter, uint256 price, address recipient, uint256 amount)
constructor(string name, string symbol, uint256 _price, uint256 _alPrice, uint256 _maxSupply, string _uri, address PN, address payout1, address payout2)
This contract contains no fallback and receive objects.
This contract contains no error objects.