Gitcoin Presents
Verified contract
Proxy
Active on
Ethereum with 11,059 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 "Gitcoin Presents"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21110954 | 14 days ago | | | 0 | 0.00016651436 | |
| 21106549 | 15 days ago | | | 0 | 0.00011028767 | |
| 21106420 | 15 days ago | | | 0 | 0.00010236173 | |
| 21106007 | 15 days ago | | | 0 | 0.00012215114 | |
| 21105747 | 15 days ago | | | 0 | 0.000082938807 | |
| 21105575 | 15 days ago | | | 0 | 0.000086064000 | |
| 21105478 | 15 days ago | | | 0 | 0.000074313247 | |
| 21105367 | 15 days ago | | | 0 | 0.00012640650 | |
| 21105257 | 15 days ago | | | 0 | 0.00015362632 | |
| 21104307 | 15 days ago | | | 0 | 0.00017590340 |
ABI
ABI objects
Getter at block 21212130
accessControl() view returns (address nodeRegistry, uint64 controlNodeId)
(nodeRegistry=0x72373101e2d85807fd46d460c7e0603dca709b86, controlNodeId=1)
contractURI() view returns (string value)
ipfs://QmcaLrGfeZEQaDWBi2dndujmnvdMu5atzVm1JK4muqHEFJ
controlNode() view returns (uint64 nodeId)
1
name() view returns (string value)
Gitcoin Presents
nodeRegistry() view returns (address)
0x72373101e2d85807fd46d460c7e0603dca709b86
owner() view returns (address)
0x118355e0991d163220e79311c5cb97e5f21dfb91
sequenceCount() view returns (uint16)
2
symbol() view returns (string value)
GTCP
totalSupply() view returns (uint256)
9221
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256) view returns (address)
getSequenceData(uint16 sequenceId) view returns (struct SequenceData sequence)
getTokenData(uint256 id) view returns (struct TokenData)
isApprovedForAll(address, address) view returns (bool)
isAuthorized(address subject) view returns (bool authorized)
ownerOf(uint256 id) view returns (address owner)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenMintData(uint256 tokenId) view returns (uint80 data)
tokenSequenceId(uint256 tokenId) view returns (uint16 sequenceId)
tokenURI(uint256 tokenId) view returns (string uri)
State-modifying
Events approve(address spender, uint256 id)
broadcast(string topic, string message)
configureSequence(struct SequenceData _sequence, bytes _engineData)
init(address _owner, struct AccessControlData _accessControl, string _metadata, struct ImmutableCollectionData _data)
mintRecord(address to, uint16 sequenceId) returns (uint256 tokenId)
mintRecord(address to, uint16 sequenceId, uint80 tokenData) returns (uint256 tokenId)
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setOwner(address _owner)
transferFrom(address from, address to, uint256 id)
Approval(address indexed owner, address indexed spender, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Broadcast(string topic, string message)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RecordCreated(uint256 indexed tokenId, uint16 indexed sequenceId, uint80 data)
SequenceConfigured(uint16 indexed sequenceId, struct SequenceData sequenceData, bytes engineData)
Transfer(address indexed from, address indexed to, uint256 indexed id)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AlreadyInitialized()
InvalidMintRequest()
InvalidSequenceConfig()
NotAuthorized()
SequenceIsSealed()
SequenceSupplyExhausted()