PROOF Collective
Verified contract
Active on
Ethereum with 6,912 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
0x5cd9…4111
-
variable spans 4 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SOLA | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21192309 | a day ago | | | 0 | 0.00065828215 | |
| 21189868 | a day ago | | | 0 | 0.00085954299 | |
| 21185857 | 2 days ago | | | 0 | 0.0011798616 | |
| 21183695 | 2 days ago | | | 0 | 0.0011799835 | |
| 21182689 | 2 days ago | | | 0 | 0.0012365317 | |
| 21179017 | 3 days ago | | | 0 | 0.0016082546 | |
| 21178523 | 3 days ago | | | 0 | 0.0011115480 | |
| 21178498 | 3 days ago | | | 0 | 0.0011418322 | |
| 21175306 | 3 days ago | | | 0 | 0.0011211788 | |
| 21175299 | 3 days ago | | | 0 | 0.0012392258 |
ABI
ABI objects
Getter at block 21199234
baseTokenURI() view returns (string)
https://collective.proof.xyz/token-metadata/proof-pass/metadata.json?tokenId=
beneficiary() view returns (address)
0x5cd9665b52049a00e0c364c727f968d992714111
dutchAuctionConfig() view returns (uint256 startPoint, uint256 startPrice, uint256 decreaseInterval, uint256 decreaseSize, uint248 numDecreases, uint8 unit)
(startPoint=1639242000, startPrice=5000000000000000000, decreaseInterval=600, decreaseSize=250000000000000000, numDecreases=18, unit=2)
name() view returns (string)
PROOF Collective
owner() view returns (address)
0x70c71b539bdcb5b59edd42a500fd95bdec962650
paused() view returns (bool)
false
sellerConfig() view returns (uint256 totalInventory, uint256 maxPerAddress, uint256 maxPerTx, uint248 freeQuota, bool reserveFreeQuota, bool lockFreeQuota, bool lockTotalInventory)
(totalInventory=1000, maxPerAddress=2, maxPerTx=1, freeQuota=75, reserveFreeQuota=false, lockFreeQuota=true, lockTotalInventory=true)
symbol() view returns (string)
PROOF
totalSold() view returns (uint256)
1000
totalSupply() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
cost(uint256 n) view returns (uint256)
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 approve(address to, uint256 tokenId)
buy() payable
pause()
purchaseFreeOfCharge(address to, uint256 n)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setAuctionConfig(struct LinearDutchAuctionDutchAuctionConfig config, uint256 expectedReserve)
setAuctionStartPoint(uint256 startPoint)
setBaseTokenURI(string baseTokenURI_)
setBeneficiary(address _beneficiary)
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(string name, string symbol, address beneficiary)
This contract contains no fallback and receive objects.
This contract contains no error objects.