GNS
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
15
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 9 additional slots
Balances ($0.00)
No balances found for "GNS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "GNS"
ABI
ABI objects
Getter at block 21227896
bondingCurve() view returns (address)
0x0000000000000000000000000000000000000000
controller() view returns (address)
0x0000000000000000000000000000000000000000
erc1056Registry() view returns (address)
0x0000000000000000000000000000000000000000
ownerTaxPercentage() view returns (uint32)
0
Read-only
getCuratorNSignal(address _graphAccount, uint256 _subgraphNumber, address _curator) view returns (uint256)
graphAccountSubgraphNumbers(address) view returns (uint256)
isPublished(address _graphAccount, uint256 _subgraphNumber) view returns (bool)
nSignalToTokens(address _graphAccount, uint256 _subgraphNumber, uint256 _nSignalIn) view returns (uint256, uint256)
nSignalToVSignal(address _graphAccount, uint256 _subgraphNumber, uint256 _nSignalIn) view returns (uint256)
nameSignals(address, uint256) view returns (uint256 vSignal, uint256 nSignal, bytes32 subgraphDeploymentID, uint32 reserveRatio, bool disabled, uint256 withdrawableGRT)
subgraphs(address, uint256) view returns (bytes32)
tokensToNSignal(address _graphAccount, uint256 _subgraphNumber, uint256 _tokensIn) view returns (uint256, uint256, uint256)
vSignalToNSignal(address _graphAccount, uint256 _subgraphNumber, uint256 _vSignalIn) view returns (uint256)
State-modifying
Events acceptProxy(address _proxy)
acceptProxyAndCall(address _proxy, bytes _data)
approveAll()
burnNSignal(address _graphAccount, uint256 _subgraphNumber, uint256 _nSignal, uint256 _tokensOutMin)
deprecateSubgraph(address _graphAccount, uint256 _subgraphNumber)
initialize(address _controller, address _bondingCurve, address _didRegistry)
mintNSignal(address _graphAccount, uint256 _subgraphNumber, uint256 _tokensIn, uint256 _nSignalOutMin)
multicall(bytes[] data) returns (bytes[] results)
publishNewSubgraph(address _graphAccount, bytes32 _subgraphDeploymentID, bytes32 _versionMetadata, bytes32 _subgraphMetadata)
publishNewVersion(address _graphAccount, uint256 _subgraphNumber, bytes32 _subgraphDeploymentID, bytes32 _versionMetadata)
setController(address _controller)
setDefaultName(address _graphAccount, uint8 _nameSystem, bytes32 _nameIdentifier, string _name)
setOwnerTaxPercentage(uint32 _ownerTaxPercentage)
syncAllContracts()
updateSubgraphMetadata(address _graphAccount, uint256 _subgraphNumber, bytes32 _subgraphMetadata)
withdraw(address _graphAccount, uint256 _subgraphNumber)
ContractSynced(bytes32 indexed nameHash, address contractAddress)
GRTWithdrawn(address indexed graphAccount, uint256 indexed subgraphNumber, address indexed nameCurator, uint256 nSignalBurnt, uint256 withdrawnGRT)
NSignalBurned(address indexed graphAccount, uint256 indexed subgraphNumber, address indexed nameCurator, uint256 nSignalBurnt, uint256 vSignalBurnt, uint256 tokensReceived)
NSignalMinted(address indexed graphAccount, uint256 indexed subgraphNumber, address indexed nameCurator, uint256 nSignalCreated, uint256 vSignalCreated, uint256 tokensDeposited)
NameSignalDisabled(address indexed graphAccount, uint256 indexed subgraphNumber, uint256 withdrawableGRT)
NameSignalEnabled(address indexed graphAccount, uint256 indexed subgraphNumber, bytes32 indexed subgraphDeploymentID, uint32 reserveRatio)
NameSignalUpgrade(address indexed graphAccount, uint256 indexed subgraphNumber, uint256 newVSignalCreated, uint256 tokensSignalled, bytes32 indexed subgraphDeploymentID)
ParameterUpdated(string param)
SetController(address controller)
SetDefaultName(address indexed graphAccount, uint256 nameSystem, bytes32 nameIdentifier, string name)
SubgraphDeprecated(address indexed graphAccount, uint256 indexed subgraphNumber)
SubgraphMetadataUpdated(address indexed graphAccount, uint256 indexed subgraphNumber, bytes32 subgraphMetadata)
SubgraphPublished(address indexed graphAccount, uint256 indexed subgraphNumber, bytes32 indexed subgraphDeploymentID, bytes32 versionMetadata)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.