Strain
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
4 additional
variables
Balances ($0.00)
No balances found for "Strain"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Strain"
ABI
ABI objects
Getter at block 20816495 paymentSplitter() view returns (address)
ethCost() view returns (uint256)
0
genesisSupply() view returns (uint256)
0
maxGenesisSupply() view returns (uint256)
0
name() view returns (string)
paused() view returns (bool)
false
publicSaleEnabled() view returns (bool)
false
symbol() view returns (string)
Read-only
balanceOf(address owner) view returns (uint256)
coreTraits(uint256 id) view returns (struct StrainCoreTraits)
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 adminMint(uint256 amount)
approve(address to, uint256 tokenId)
breedMint(address account, struct StrainCoreTraits traits)
burn(uint256 id)
initialize(string uri, bytes32 merkleTreeRoot)
mint(uint256 amount) payable
pause()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAdminPermissions(address account, bool enable)
setApprovalForAll(address operator, bool approved)
setEthCost(uint256 cost)
setMaxGenesisSupply(uint256 supply)
setMerkleTreeRoot(bytes32 root)
setPaymentSplitter(address contractAddress)
setPublicMintLimit(uint256 limit)
setPublicSaleEnabled(bool publicSale)
setUri(string uri)
transferFrom(address from, address to, uint256 tokenId)
unpause()
whitelistMint(uint256 amount, uint256 places, bytes32[] proof) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.