PrimeDragon
Verified contract
Active on
Ethereum with 4,117 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
10 additional
variables
Balances ($0.00)
No balances found for "PrimeDragon"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242438 | a day ago | | | 0 | 0.00094986877 | |
| 21163947 | 12 days ago | | | 0 | 0.0010032636 | |
| 20634938 | 3 months ago | | | 0 | 0.00020828150 | |
| 20634935 | 3 months ago | | | 0 | 0.00020807150 | |
| 20634894 | 3 months ago | | | 0 | 0.00027335500 | |
| 20600054 | 3 months ago | | | 0 | 0.000078523623 | |
| 20586241 | 3 months ago | | | 0 | 0.00010332798 | |
| 20539974 | 3 months ago | | | 0 | 0.00015601562 | |
| 20503012 | 3 months ago | | | 0 | 0.000045143895 | |
| 20502994 | 3 months ago | | | 0 | 0.000050762949 |
ABI
ABI objects
Getter at block 21248930
MAX_SUPPLY() view returns (uint256)
6969
NFT_STAKING_CONTRACT() view returns (address)
0x9d1d148193c296dbcb7056c4ec0bc1445e3fadfb
PRIME_APE_CONTRACT() view returns (address)
0x6632a9d63e142f17a668064d41a21193b49b41a0
PRIME_APE_MIN_COUNT() view returns (uint256)
0
PRIME_INFECTED_CONTRACT() view returns (address)
0xfd8917a36f76c4da9550f26db2faaaa242d6ae2c
PRIME_INFECTED_MIN_COUNT() view returns (uint256)
0
PRIME_KONG_CONTRACT() view returns (address)
0x5845e5f0571427d0ce33550587961262ca8cdf5c
PRIME_KONG_MIN_COUNT() view returns (uint256)
1
name() view returns (string)
PrimeDragon
owner() view returns (address)
0x7d2895fa9e58be811a9da52a26577af71464ed63
primelistMintEnabled() view returns (bool)
false
primelistMintPrice() view returns (uint256)
120000000000000000
primelist_MaxMintPerAddress() view returns (uint256)
9999
publicMintEnabled() view returns (bool)
false
publicMintPrice() view returns (uint256)
220000000000000000
public_MaxMintPerAddress() view returns (uint256)
2
symbol() view returns (string)
PrimeDragon
totalSupply() view returns (uint256)
6969
whitelistMintEnabled() view returns (bool)
false
whitelistMintPrice() view returns (uint256)
180000000000000000
whitelist_MaxMintPerAddress() view returns (uint256)
9999
Read-only
balanceOf(address owner) view returns (uint256)
checkPrimeNFTOwned(address user) view returns (bool)
checkWhitelist(address user, bytes32[] proof) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getTokenIDs(address addr) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
primelistMinted(address) view returns (uint256)
publicMinted(address) view 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)
whitelistMinted(address) view returns (uint256)
State-modifying
Events activatePrimelistMint(uint256 newMaxSupply)
activatePublicMint(uint256 newMaxSupply)
activateWhitelistMint(uint256 newMaxSupply)
airDrop(address[] recipient, uint256[] quantity)
approve(address operator, uint256 tokenId)
primelistMint(uint256 amount) payable
publicMint(uint256 amount) 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 newBaseURI)
setMaxSupply(uint256 newMaxSupply)
setMerkleRoot(bytes32 root)
setPrimeConstraintCount(uint256 primeApeCount, uint256 primeKongCount, uint256 primeInfectedCount)
setPrimeContractAddress(address primeApeAddress, address primeKongAddress, address primeInfectedAddress)
setPrimeNFTStaking(address newStakingAddress)
setPrimelistMaxMintPerAddress(uint256 newMaxMintPerAddress)
setPrimelistMintPrice(uint256 newPrice)
setPublicMaxMintPerAddress(uint256 newMaxMintPerAddress)
setPublicMintPrice(uint256 newPrice)
setWhitelistMaxMintPerAddress(uint256 newMaxMintPerAddress)
setWhitelistMintPrice(uint256 newPrice)
togglePrimelistMint()
togglePublicMint()
toggleWhitelistMint()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 amount, bytes32[] proof) payable
withdrawAll()
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)
primelistMintActive(bool active)
publicMintActive(bool active)
whitelistMintActive(bool active)
constructor(string uri)
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)