Prim8
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
8 additional
variables
Balances ($0.00)
No balances found for "Prim8"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Prim8"
ABI
ABI objects
Getter at block 21220869 airdropMinted() view returns (uint256) baseTokenURI() view returns (string) defaultTokenURI() view returns (string)
beneficiary() view returns (address)
0x0000000000000000000000000000000000000000
getState() view returns (uint8)
0
isRevealed() view returns (bool)
false
limitAmountPerWallet() view returns (uint256)
0
maxBatchSize() view returns (uint256)
0
maxSupply() view returns (uint256)
0
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
reservedCommunityMinted() view returns (uint256)
0
reservedForCommunity() view returns (uint256)
0
reservedForDev() view returns (uint256)
0
revealBlock() view returns (uint256)
0
seed() view returns (uint256)
0
seedGeneratorContract() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
totalSupply() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
metadata(uint256 tokenId) view returns (string)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256 tokenId)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address[] tos, uint256[] quantities)
allowAirdrop(address to)
allowAirdrops(address[] tos)
approve(address to, uint256 tokenId)
initialize(string title, string symbolValue, uint256 maxSupplyValue, uint256 reservedForDevValue, uint256 reservedForCommunityValue, uint256 limitAmountPerWalletValue, uint256 maxBatchSizeValue, string defaultTokenURIValue, address beneficiaryValue, address seedGeneratorContractValue)
publicMint(uint256 quantity)
renounceOwnership()
reservedCommunityMint(address to, uint256 quantity)
reservedDevMint(uint256 quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAirdropAllowance(address to, uint256 quantity)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string newBaseTokenURI)
setBeneficiary(address beneficiaryValue)
setMaxSupply(uint256 newMaxSupply)
setRevealBlock(uint256 blockNumber)
setSeed(uint256 randomNumber)
setSeedGeneratorContract(address newSeedGeneratorContract)
setState(uint8 state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Airdrop(address[] to)
AllowAirdrop(address to)
AllowAirdrops(address[] to)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PublicMint(address indexed minter, uint256 indexed tokenId, uint256 quantity)
ReservedCommunityMint(address indexed to, uint256 indexed tokenId, uint256 quantity)
SetAirdropAllownace(address to, uint256 amount)
SetBaseTokenURI(string previous, string current)
SetBeneficiary(address previous, address current)
SetMaxSupply(uint256 previous, uint256 current)
SetRevealBlock(uint256 previous, uint256 current)
SetSeed(uint256 previous, uint256 current)
SetSeedGeneratorContract(address previous, address current)
SetState(uint8 previous, uint8 current)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.