PREMINT Collector
Verified contract
Active on
Ethereum with 38,568 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
0xee8e…f38c
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "PREMINT Collector"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21206540 | 38 minutes ago | | | 0 | 0.00047082673 | |
| 21206458 | an hour ago | | | 0 | 0.00050053131 | |
| 21203721 | 10 hours ago | | | 0 | 0.00060109883 | |
| 21200817 | 20 hours ago | | | 0 | 0.00076145384 | |
| 21200449 | 21 hours ago | | | 0 | 0.00038923766 | |
| 21200449 | 21 hours ago | | | 0 | 0.0011542069 | |
| 21199381 | a day ago | | | 0 | 0.00085879601 | |
| 21185875 | 3 days ago | | | 0 | 0.0012992802 | |
| 21184918 | 3 days ago | | | 0 | 0.0015176050 | |
| 21182957 | 3 days ago | | | 0 | 0.0020215118 |
ABI
ABI objects
Getter at block 21206727
baseTokenURI() view returns (string)
https://collectors.premint.xyz/metadata/
beneficiary() view returns (address)
0xee8e538055cd3248880e52a1ae88d0dd42d8f38c
name() view returns (string)
PREMINT Collector
owner() view returns (address)
0x092120633b0dfa03265df824e12ebe8a26810921
paused() view returns (bool)
false
publicMinting() view returns (bool)
false
publicPrice() view returns (uint256)
250000000000000000
sellerConfig() view returns (uint256 totalInventory, uint256 maxPerAddress, uint256 maxPerTx, uint248 freeQuota, bool reserveFreeQuota, bool lockFreeQuota, bool lockTotalInventory)
(totalInventory=10000, maxPerAddress=10, maxPerTx=0, freeQuota=930, reserveFreeQuota=true, lockFreeQuota=false, lockTotalInventory=false)
symbol() view returns (string)
PREMINTCOLL
totalSold() view returns (uint256)
10000
totalSupply() view returns (uint256 value)
10000
Read-only
alreadyMinted(address to, uint256 price, bytes32 nonce) view returns (bool)
balanceOf(address owner) view returns (uint256)
cost(uint256 n, uint256 costEach) pure returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
usedMessages(bytes32) view returns (bool)
State-modifying
Events addSigner(address signer)
approve(address to, uint256 tokenId)
mint(address to, uint256 price, bytes32 nonce, bytes sig) payable
mintPublic(address to, uint256 n) payable
pause()
purchaseFreeOfCharge(address to, uint256 n)
removeSigner(address signer)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _baseTokenURI)
setBeneficiary(address _beneficiary)
setPublicMinting(bool _publicMinting)
setPublicPrice(uint256 price)
setRoyaltyInfo(address receiver, uint96 feeBasisPoints)
setSellerConfig(struct SellerSellerConfig config)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
Refund(address indexed buyer, uint256 amount)
Revenue(address indexed beneficiary, uint256 numPurchased, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(address beneficiary, address royaltyReceiver)
This contract contains no fallback and receive objects.
This contract contains no error objects.