PROOF Collective Grails
Verified contract
Active on
Ethereum with 2,418 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xdc6c…024e
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "PROOF Collective Grails"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21167266 | 2 days ago | | | 0 | 0.0023750276 | |
| 21151501 | 5 days ago | | | 0 | 0.00090869355 | |
| 21139079 | 6 days ago | | | 0 | 0.00090967200 | |
| 21120899 | 9 days ago | | | 0 | 0.00012976291 | |
| 21110327 | 10 days ago | | | 0 | 0.00020891017 | |
| 21087804 | 13 days ago | | | 0 | 0.00050923407 | |
| 21074424 | 15 days ago | | | 0 | 0.00051968244 | |
| 21074289 | 15 days ago | | | 0 | 0.00040419348 | |
| 21071909 | 16 days ago | | | 0 | 0.00067038355 | |
| 20937388 | a month ago | | | 0 | 0.00054336679 |
ABI
ABI objects
Getter at block 21184376
GENESIS_MINTS() view returns (uint256)
40
PRICE() view returns (uint256)
50000000000000000
PROOF() view returns (address)
0x08d7c0242953446436f34b4c78fe9da38c73668d
baseTokenURI() view returns (string)
https://live---grails-metadata-5covpqijaa-uc.a.run.app/metadata/1
freeGrailsRemaining() view returns (uint256)
0
genesisMinted() view returns (bool)
true
mintingLocked() view returns (bool)
true
name() view returns (string)
PROOF Collective Grails
owner() view returns (address)
0x83895f7508926741cd2147c4aac65c30a851cc30
paused() view returns (bool)
false
publicMintingOpen() view returns (bool)
true
symbol() view returns (string)
GRAIL
totalSupply() view returns (uint256 value)
1036
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
grailMintCounts(uint256) view returns (uint16)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
proofClaimed(uint256 tokenId) view returns (bool)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
lockMinting()
mint(uint256[] proofTokenIds, uint8[] grailIds) payable
mintFree(address to, uint8[] grailIds)
mintGenesis(address to)
pause()
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)
setPublicMinting(bool publicMinting)
setRevenuesContract(address _revenues)
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)
GrailMinted(uint8 indexed grailId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PROOFTokenRedeemed(uint256 tokenId)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(address proof)
This contract contains no fallback and receive objects.
This contract contains no error objects.