Prim8
Verified contract
Proxy
Active on
Ethereum with 2,542 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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
13 additional
variables
Balances ($0.00)
No balances found for "Prim8"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19300651 | 9 months ago | | | 0 | 0.0011645101 | |
| 18398016 | a year ago | | | 0 | 0.00050495311 | |
| 18321916 | a year ago | | | 0 | 0.00055750914 | |
| 17935372 | a year ago | | | 0 | 0.0025682261 | |
| 16901227 | 2 years ago | | | 0 | 0.00080065739 | |
| 16813025 | 2 years ago | | | 0 | 0.0010648979 | |
| 16745509 | 2 years ago | | | 0 | 0.00076214851 | |
| 16728953 | 2 years ago | | | 0 | 0.0012149101 | |
| 16586180 | 2 years ago | | | 0 | 0.0012345545 | |
| 16586177 | 2 years ago | | | 0 | 0.0012103953 |
ABI
ABI objects
Getter at block 21219522 airdropMinted() view returns (uint256) baseTokenURI() view returns (string) defaultTokenURI() view returns (string)
beneficiary() view returns (address)
0x5bb5f4a8df5fc52423d0a6f686f5d8d4c13328aa
getState() view returns (uint8)
4
isRevealed() view returns (bool)
true
limitAmountPerWallet() view returns (uint256)
5
maxBatchSize() view returns (uint256)
10
maxSupply() view returns (uint256)
3888
name() view returns (string)
Prim8
owner() view returns (address)
0x735f25f5a3812fa46dfdc0178b987b11429f72e9
reservedCommunityMinted() view returns (uint256)
200
reservedForCommunity() view returns (uint256)
200
reservedForDev() view returns (uint256)
200
revealBlock() view returns (uint256)
15707128
seed() view returns (uint256)
33029641008263062900854650769943889208512717984461147383163568811542444694628
seedGeneratorContract() view returns (address)
0x5b0f960b65f25f949ed7326563b1ba46d186899a
symbol() view returns (string)
M8
totalSupply() view returns (uint256)
3887
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMintedQuota(address addr) view returns (uint256 mintedQuota)
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 admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.