ProofGrails DAO
Verified contract
Proxy
Active on
Ethereum with 189 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ProofGrails DAO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20343699 | 4 months ago | | | 0 | 0.00020772560 | |
| 19227523 | 9 months ago | | | 0 | 0.0022328751 | |
| 18881943 | a year ago | | | 0 | 0.0014070463 | |
| 18835662 | a year ago | | | 0 | 0.0031486294 | |
| 18822140 | a year ago | | | 0 | 0.0025920129 | |
| 17692141 | a year ago | | | 0 | 0.0018099909 | |
| 16772553 | 2 years ago | | | 0 | 0.0013770281 | |
| 16671067 | 2 years ago | | | 0 | 0.0018482664 | |
| 16613747 | 2 years ago | | | 0 | 0.0018322162 | |
| 16544264 | 2 years ago | | | 0 | 0.0014640047 |
ABI
ABI objects
Getter at block 21208772
docs() view returns (string)
NODOCS
maxMembers() view returns (uint256)
95
memberCounter() view returns (uint256 _value)
74
name() view returns (string)
ProofGrails DAO
referralAddress() view returns (address)
0x0000000000000000000000000000000000000000
safeAddress() view returns (address)
0xe9c0b92c3183399f8f52cc5a6e79d90641f9f66b
symbol() view returns (string)
PGDAO
tokenCounter() view returns (uint256 _value)
1
Read-only
balanceOf(address, uint256) view returns (uint256)
balanceOfBatch(address[] owners, uint256[] ids) view returns (uint256[] balances)
isApprovedForAll(address, address) view returns (bool)
members(address) view returns (bool)
supportsInterface(bytes4 interfaceId) pure returns (bool)
tokens(uint256) view returns (uint256 mintPrice, uint256 startTime, uint256 endTime, string ipfsCID, uint256 maximum, uint256 minted, uint256 maxAmount, bool exists)
uri(uint256 id) view returns (string)
State-modifying
Events addMember(address to)
addMembers(address[] to)
createFundingRound(uint256 mintPrice, uint256 startTime, uint256 endTime, uint256 maximum, uint256 maxAmount, string ipfsCID)
editFundingRound(uint256 id, uint256 mintPrice, uint256 startTime, uint256 endTime)
editMaximumMembers(uint256 _maxMembers)
editTokenIPFS(uint256 id, string ipfsCID)
editTokenMaxAmount(uint256 id, uint256 maxAmount)
editTokenMintMaximum(uint256 id, uint256 maximum)
init(string _clubName, string _tokenSymbol, string _docs, uint256 _maxMembers, address _safeAddress, address _referralAddress)
kick(address to) payable
kickMultiple(address[] to) payable
mint(uint256 tokenIndex, uint256 amount) payable
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setCoterieAddress(address _coterieAddress)
withdraw()
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Joined(address who)
Kicked(address who)
Minted(address who, uint256 tokenIndex, uint256 amount)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] amounts)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 amount)
URI(string value, uint256 indexed id)
Withdrew(uint256 amountSentToSafe, uint256 percentageFee)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AlreadyInitialized()
NotEnoughFunds()
NotMember()
UnknownToken()