@medialane/sdk 0.68.0 → 0.70.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/evm/index.cjs +7 -10
- package/dist/evm/index.cjs.map +1 -1
- package/dist/evm/index.d.cts +1 -1
- package/dist/evm/index.d.ts +1 -1
- package/dist/evm/index.js +7 -10
- package/dist/evm/index.js.map +1 -1
- package/dist/{index-BZ9ALq55.d.ts → index-C6dV4UYm.d.cts} +366 -1139
- package/dist/{index-ET8dURD-.d.cts → index-DRoaqZ2T.d.ts} +366 -1139
- package/dist/index.cjs +442 -1437
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +18 -11
- package/dist/index.d.ts +18 -11
- package/dist/index.js +443 -1434
- package/dist/index.js.map +1 -1
- package/dist/solana/index.cjs +7 -10
- package/dist/solana/index.cjs.map +1 -1
- package/dist/solana/index.d.cts +1 -1
- package/dist/solana/index.d.ts +1 -1
- package/dist/solana/index.js +7 -10
- package/dist/solana/index.js.map +1 -1
- package/dist/starknet/index.cjs +509 -1509
- package/dist/starknet/index.cjs.map +1 -1
- package/dist/starknet/index.d.cts +2 -2
- package/dist/starknet/index.d.ts +2 -2
- package/dist/starknet/index.js +510 -1508
- package/dist/starknet/index.js.map +1 -1
- package/dist/stellar/index.cjs +7 -10
- package/dist/stellar/index.cjs.map +1 -1
- package/dist/stellar/index.d.cts +1 -1
- package/dist/stellar/index.d.ts +1 -1
- package/dist/stellar/index.js +7 -10
- package/dist/stellar/index.js.map +1 -1
- package/dist/{types-2x30q_6p.d.cts → types-Du_-QoQ1.d.cts} +0 -3
- package/dist/{types-2x30q_6p.d.ts → types-Du_-QoQ1.d.ts} +0 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -35,17 +35,14 @@ var COORDINATES = {
|
|
|
35
35
|
creatorCoinFactoryClassHash: "0x51765926b1344c9a20b8cd4b5abe7b7d47375ae97cf6804db3ea5d4b05a9b55",
|
|
36
36
|
creatorCoinStartBlock: 10474544,
|
|
37
37
|
ekuboCore: "0x00000005dd3d2f4429af886cd1a3b08289dbcea99a294197e9eb43b0e0325b4b",
|
|
38
|
-
ipTicketsFactory: "
|
|
39
|
-
ipTicketCollectionClassHash: "
|
|
38
|
+
ipTicketsFactory: "0x0767bf5b57e1f812463159b5ed683183e1b0c3f942b74871b5c6cd6a93c15e99",
|
|
39
|
+
ipTicketCollectionClassHash: "0x0449e8eb7c117740d07cb8e0157d32c8ba3d19d1cfd2784ed5e139f5a1e04acc",
|
|
40
40
|
ipTicketsFactoryClassHash: "0x04a739ac3a673ebd0db96bb24475600797c3ed34827e79517f9b2b1640276e6a",
|
|
41
|
-
ipTicketsStartBlock:
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
ipClubFactoryClassHash: "0x07197062578375d962b2d42d3e91560770b11b1c97a9defb74c706a2c5299473",
|
|
47
|
-
ipClubCollectionClassHash: "0x35b8836a2269523ae9176077ec525451cce1053b2acd9fae3b05354aa4eded3",
|
|
48
|
-
ipClubFactoryStartBlock: 11884796,
|
|
41
|
+
ipTicketsStartBlock: 11933694,
|
|
42
|
+
ipClubFactory: "0x06a0b0be16d70c78f2e18119dbf90e5911cbfd5d8d484bc555dc61d96f56a2b9",
|
|
43
|
+
ipClubFactoryClassHash: "0x05d9d431bd3532b1fa4d5bab572f49c5ad8034ee3cc83951aa41ae82c9cad266",
|
|
44
|
+
ipClubCollectionClassHash: "0x05b8477c72e6bf0cf64967d71155021fd4d77d9a57e8805c6b40709121c002c5",
|
|
45
|
+
ipClubFactoryStartBlock: 11928775,
|
|
49
46
|
// v3 redesign (deployed 2026-07-15): single contract is both the
|
|
50
47
|
// offer/bid/proposal registry and the license collection (embeds
|
|
51
48
|
// ERC721Component directly) — no separate receipt contract, no
|
|
@@ -894,8 +891,6 @@ var STARKNET_DROP_COLLECTION_CLASS_HASH = SN.dropCollectionClassHash;
|
|
|
894
891
|
var STARKNET_NFTCOMMENTS_CONTRACT = SN.nftComments;
|
|
895
892
|
var STARKNET_IP_TICKETS_FACTORY_CONTRACT = SN.ipTicketsFactory;
|
|
896
893
|
var STARKNET_IP_TICKET_COLLECTION_CLASS_HASH = SN.ipTicketCollectionClassHash;
|
|
897
|
-
var STARKNET_IP_CLUB_REGISTRY_CONTRACT = SN.ipClubRegistry;
|
|
898
|
-
var STARKNET_IP_CLUB_NFT_CLASS_HASH = SN.ipClubNftClassHash;
|
|
899
894
|
var STARKNET_IP_CLUB_FACTORY_CONTRACT = SN.ipClubFactory;
|
|
900
895
|
var STARKNET_IP_CLUB_COLLECTION_CLASS_HASH = SN.ipClubCollectionClassHash;
|
|
901
896
|
var STARKNET_IP_SPONSORSHIP_CONTRACT = SN.ipSponsorship;
|
|
@@ -1062,13 +1057,20 @@ var SERVICES = {
|
|
|
1062
1057
|
"ip-club": {
|
|
1063
1058
|
id: "ip-club",
|
|
1064
1059
|
displayName: "IP Club",
|
|
1065
|
-
description: "Membership clubs
|
|
1066
|
-
standard: "
|
|
1060
|
+
description: "Membership clubs \u2014 create tiers, mint membership cards, trade like any collection.",
|
|
1061
|
+
standard: "ERC1155",
|
|
1067
1062
|
provenance: "MEDIALANE",
|
|
1063
|
+
onchain: {
|
|
1064
|
+
STARKNET: {
|
|
1065
|
+
factoryAddress: SN2.ipClubFactory,
|
|
1066
|
+
classHash: SN2.ipClubCollectionClassHash
|
|
1067
|
+
}
|
|
1068
|
+
},
|
|
1068
1069
|
uiVariant: "club",
|
|
1069
|
-
capabilities: ["
|
|
1070
|
+
capabilities: ["mint", "list", "buy", "make_offer", "cancel", "transfer"],
|
|
1070
1071
|
events: [
|
|
1071
|
-
{ name: "
|
|
1072
|
+
{ name: "ClubDeployed", emittedBy: "factory" },
|
|
1073
|
+
{ name: "MembershipCreated", emittedBy: "instance" }
|
|
1072
1074
|
],
|
|
1073
1075
|
metadataSchema: { licenseDefault: "CC BY-SA" }
|
|
1074
1076
|
},
|
|
@@ -5977,6 +5979,17 @@ var IPTicketCollectionABI = [
|
|
|
5977
5979
|
],
|
|
5978
5980
|
"state_mutability": "view"
|
|
5979
5981
|
},
|
|
5982
|
+
{
|
|
5983
|
+
"type": "function",
|
|
5984
|
+
"name": "ticket_count",
|
|
5985
|
+
"inputs": [],
|
|
5986
|
+
"outputs": [
|
|
5987
|
+
{
|
|
5988
|
+
"type": "core::integer::u256"
|
|
5989
|
+
}
|
|
5990
|
+
],
|
|
5991
|
+
"state_mutability": "view"
|
|
5992
|
+
},
|
|
5980
5993
|
{
|
|
5981
5994
|
"type": "function",
|
|
5982
5995
|
"name": "name",
|
|
@@ -6921,12 +6934,12 @@ var IPTicketCollectionFactoryABI = [
|
|
|
6921
6934
|
}
|
|
6922
6935
|
];
|
|
6923
6936
|
|
|
6924
|
-
// src/starknet/abis/
|
|
6925
|
-
var
|
|
6937
|
+
// src/starknet/abis/ipClubFactory.ts
|
|
6938
|
+
var IPClubFactoryABI = [
|
|
6926
6939
|
{
|
|
6927
6940
|
"type": "impl",
|
|
6928
|
-
"name": "
|
|
6929
|
-
"interface_name": "ip_club::
|
|
6941
|
+
"name": "IPClubCollectionFactoryImpl",
|
|
6942
|
+
"interface_name": "ip_club::interface::IIPClubCollectionFactory"
|
|
6930
6943
|
},
|
|
6931
6944
|
{
|
|
6932
6945
|
"type": "struct",
|
|
@@ -6946,240 +6959,55 @@ var IPClubABI = [
|
|
|
6946
6959
|
}
|
|
6947
6960
|
]
|
|
6948
6961
|
},
|
|
6949
|
-
{
|
|
6950
|
-
"type": "enum",
|
|
6951
|
-
"name": "core::option::Option::<core::integer::u32>",
|
|
6952
|
-
"variants": [
|
|
6953
|
-
{
|
|
6954
|
-
"name": "Some",
|
|
6955
|
-
"type": "core::integer::u32"
|
|
6956
|
-
},
|
|
6957
|
-
{
|
|
6958
|
-
"name": "None",
|
|
6959
|
-
"type": "()"
|
|
6960
|
-
}
|
|
6961
|
-
]
|
|
6962
|
-
},
|
|
6963
|
-
{
|
|
6964
|
-
"type": "struct",
|
|
6965
|
-
"name": "core::integer::u256",
|
|
6966
|
-
"members": [
|
|
6967
|
-
{
|
|
6968
|
-
"name": "low",
|
|
6969
|
-
"type": "core::integer::u128"
|
|
6970
|
-
},
|
|
6971
|
-
{
|
|
6972
|
-
"name": "high",
|
|
6973
|
-
"type": "core::integer::u128"
|
|
6974
|
-
}
|
|
6975
|
-
]
|
|
6976
|
-
},
|
|
6977
|
-
{
|
|
6978
|
-
"type": "enum",
|
|
6979
|
-
"name": "core::option::Option::<core::integer::u256>",
|
|
6980
|
-
"variants": [
|
|
6981
|
-
{
|
|
6982
|
-
"name": "Some",
|
|
6983
|
-
"type": "core::integer::u256"
|
|
6984
|
-
},
|
|
6985
|
-
{
|
|
6986
|
-
"name": "None",
|
|
6987
|
-
"type": "()"
|
|
6988
|
-
}
|
|
6989
|
-
]
|
|
6990
|
-
},
|
|
6991
|
-
{
|
|
6992
|
-
"type": "enum",
|
|
6993
|
-
"name": "core::option::Option::<core::starknet::contract_address::ContractAddress>",
|
|
6994
|
-
"variants": [
|
|
6995
|
-
{
|
|
6996
|
-
"name": "Some",
|
|
6997
|
-
"type": "core::starknet::contract_address::ContractAddress"
|
|
6998
|
-
},
|
|
6999
|
-
{
|
|
7000
|
-
"name": "None",
|
|
7001
|
-
"type": "()"
|
|
7002
|
-
}
|
|
7003
|
-
]
|
|
7004
|
-
},
|
|
7005
|
-
{
|
|
7006
|
-
"type": "enum",
|
|
7007
|
-
"name": "core::bool",
|
|
7008
|
-
"variants": [
|
|
7009
|
-
{
|
|
7010
|
-
"name": "False",
|
|
7011
|
-
"type": "()"
|
|
7012
|
-
},
|
|
7013
|
-
{
|
|
7014
|
-
"name": "True",
|
|
7015
|
-
"type": "()"
|
|
7016
|
-
}
|
|
7017
|
-
]
|
|
7018
|
-
},
|
|
7019
|
-
{
|
|
7020
|
-
"type": "struct",
|
|
7021
|
-
"name": "ip_club::types::ClubRecord",
|
|
7022
|
-
"members": [
|
|
7023
|
-
{
|
|
7024
|
-
"name": "creator",
|
|
7025
|
-
"type": "core::starknet::contract_address::ContractAddress"
|
|
7026
|
-
},
|
|
7027
|
-
{
|
|
7028
|
-
"name": "club_nft",
|
|
7029
|
-
"type": "core::starknet::contract_address::ContractAddress"
|
|
7030
|
-
},
|
|
7031
|
-
{
|
|
7032
|
-
"name": "open",
|
|
7033
|
-
"type": "core::bool"
|
|
7034
|
-
},
|
|
7035
|
-
{
|
|
7036
|
-
"name": "num_members",
|
|
7037
|
-
"type": "core::integer::u32"
|
|
7038
|
-
},
|
|
7039
|
-
{
|
|
7040
|
-
"name": "max_members",
|
|
7041
|
-
"type": "core::option::Option::<core::integer::u32>"
|
|
7042
|
-
},
|
|
7043
|
-
{
|
|
7044
|
-
"name": "entry_fee",
|
|
7045
|
-
"type": "core::option::Option::<core::integer::u256>"
|
|
7046
|
-
},
|
|
7047
|
-
{
|
|
7048
|
-
"name": "payment_token",
|
|
7049
|
-
"type": "core::option::Option::<core::starknet::contract_address::ContractAddress>"
|
|
7050
|
-
}
|
|
7051
|
-
]
|
|
7052
|
-
},
|
|
7053
6962
|
{
|
|
7054
6963
|
"type": "interface",
|
|
7055
|
-
"name": "ip_club::
|
|
6964
|
+
"name": "ip_club::interface::IIPClubCollectionFactory",
|
|
7056
6965
|
"items": [
|
|
7057
6966
|
{
|
|
7058
6967
|
"type": "function",
|
|
7059
|
-
"name": "
|
|
7060
|
-
"inputs": [
|
|
7061
|
-
{
|
|
7062
|
-
"name": "name",
|
|
7063
|
-
"type": "core::byte_array::ByteArray"
|
|
7064
|
-
},
|
|
7065
|
-
{
|
|
7066
|
-
"name": "symbol",
|
|
7067
|
-
"type": "core::byte_array::ByteArray"
|
|
7068
|
-
},
|
|
7069
|
-
{
|
|
7070
|
-
"name": "metadata_uri",
|
|
7071
|
-
"type": "core::byte_array::ByteArray"
|
|
7072
|
-
},
|
|
7073
|
-
{
|
|
7074
|
-
"name": "max_members",
|
|
7075
|
-
"type": "core::option::Option::<core::integer::u32>"
|
|
7076
|
-
},
|
|
7077
|
-
{
|
|
7078
|
-
"name": "entry_fee",
|
|
7079
|
-
"type": "core::option::Option::<core::integer::u256>"
|
|
7080
|
-
},
|
|
7081
|
-
{
|
|
7082
|
-
"name": "payment_token",
|
|
7083
|
-
"type": "core::option::Option::<core::starknet::contract_address::ContractAddress>"
|
|
7084
|
-
}
|
|
7085
|
-
],
|
|
6968
|
+
"name": "collection_class_hash",
|
|
6969
|
+
"inputs": [],
|
|
7086
6970
|
"outputs": [
|
|
7087
6971
|
{
|
|
7088
|
-
"type": "core::
|
|
7089
|
-
}
|
|
7090
|
-
],
|
|
7091
|
-
"state_mutability": "external"
|
|
7092
|
-
},
|
|
7093
|
-
{
|
|
7094
|
-
"type": "function",
|
|
7095
|
-
"name": "set_club_open",
|
|
7096
|
-
"inputs": [
|
|
7097
|
-
{
|
|
7098
|
-
"name": "club_id",
|
|
7099
|
-
"type": "core::integer::u256"
|
|
7100
|
-
},
|
|
7101
|
-
{
|
|
7102
|
-
"name": "open",
|
|
7103
|
-
"type": "core::bool"
|
|
7104
|
-
}
|
|
7105
|
-
],
|
|
7106
|
-
"outputs": [],
|
|
7107
|
-
"state_mutability": "external"
|
|
7108
|
-
},
|
|
7109
|
-
{
|
|
7110
|
-
"type": "function",
|
|
7111
|
-
"name": "join_club",
|
|
7112
|
-
"inputs": [
|
|
7113
|
-
{
|
|
7114
|
-
"name": "club_id",
|
|
7115
|
-
"type": "core::integer::u256"
|
|
7116
|
-
}
|
|
7117
|
-
],
|
|
7118
|
-
"outputs": [],
|
|
7119
|
-
"state_mutability": "external"
|
|
7120
|
-
},
|
|
7121
|
-
{
|
|
7122
|
-
"type": "function",
|
|
7123
|
-
"name": "leave_club",
|
|
7124
|
-
"inputs": [
|
|
7125
|
-
{
|
|
7126
|
-
"name": "club_id",
|
|
7127
|
-
"type": "core::integer::u256"
|
|
7128
|
-
},
|
|
7129
|
-
{
|
|
7130
|
-
"name": "token_id",
|
|
7131
|
-
"type": "core::integer::u256"
|
|
6972
|
+
"type": "core::starknet::class_hash::ClassHash"
|
|
7132
6973
|
}
|
|
7133
6974
|
],
|
|
7134
|
-
"
|
|
7135
|
-
"state_mutability": "external"
|
|
6975
|
+
"state_mutability": "view"
|
|
7136
6976
|
},
|
|
7137
6977
|
{
|
|
7138
6978
|
"type": "function",
|
|
7139
|
-
"name": "
|
|
7140
|
-
"inputs": [
|
|
7141
|
-
{
|
|
7142
|
-
"name": "club_id",
|
|
7143
|
-
"type": "core::integer::u256"
|
|
7144
|
-
}
|
|
7145
|
-
],
|
|
6979
|
+
"name": "version",
|
|
6980
|
+
"inputs": [],
|
|
7146
6981
|
"outputs": [
|
|
7147
6982
|
{
|
|
7148
|
-
"type": "
|
|
6983
|
+
"type": "core::byte_array::ByteArray"
|
|
7149
6984
|
}
|
|
7150
6985
|
],
|
|
7151
6986
|
"state_mutability": "view"
|
|
7152
6987
|
},
|
|
7153
6988
|
{
|
|
7154
6989
|
"type": "function",
|
|
7155
|
-
"name": "
|
|
6990
|
+
"name": "deploy_collection",
|
|
7156
6991
|
"inputs": [
|
|
7157
6992
|
{
|
|
7158
|
-
"name": "
|
|
7159
|
-
"type": "core::
|
|
6993
|
+
"name": "name",
|
|
6994
|
+
"type": "core::byte_array::ByteArray"
|
|
7160
6995
|
},
|
|
7161
6996
|
{
|
|
7162
|
-
"name": "
|
|
7163
|
-
"type": "core::
|
|
7164
|
-
}
|
|
7165
|
-
],
|
|
7166
|
-
"outputs": [
|
|
6997
|
+
"name": "symbol",
|
|
6998
|
+
"type": "core::byte_array::ByteArray"
|
|
6999
|
+
},
|
|
7167
7000
|
{
|
|
7168
|
-
"
|
|
7001
|
+
"name": "base_uri",
|
|
7002
|
+
"type": "core::byte_array::ByteArray"
|
|
7169
7003
|
}
|
|
7170
7004
|
],
|
|
7171
|
-
"state_mutability": "view"
|
|
7172
|
-
},
|
|
7173
|
-
{
|
|
7174
|
-
"type": "function",
|
|
7175
|
-
"name": "get_last_club_id",
|
|
7176
|
-
"inputs": [],
|
|
7177
7005
|
"outputs": [
|
|
7178
7006
|
{
|
|
7179
|
-
"type": "core::
|
|
7007
|
+
"type": "core::starknet::contract_address::ContractAddress"
|
|
7180
7008
|
}
|
|
7181
7009
|
],
|
|
7182
|
-
"state_mutability": "
|
|
7010
|
+
"state_mutability": "external"
|
|
7183
7011
|
}
|
|
7184
7012
|
]
|
|
7185
7013
|
},
|
|
@@ -7188,6 +7016,20 @@ var IPClubABI = [
|
|
|
7188
7016
|
"name": "SRC5Impl",
|
|
7189
7017
|
"interface_name": "openzeppelin_introspection::interface::ISRC5"
|
|
7190
7018
|
},
|
|
7019
|
+
{
|
|
7020
|
+
"type": "enum",
|
|
7021
|
+
"name": "core::bool",
|
|
7022
|
+
"variants": [
|
|
7023
|
+
{
|
|
7024
|
+
"name": "False",
|
|
7025
|
+
"type": "()"
|
|
7026
|
+
},
|
|
7027
|
+
{
|
|
7028
|
+
"name": "True",
|
|
7029
|
+
"type": "()"
|
|
7030
|
+
}
|
|
7031
|
+
]
|
|
7032
|
+
},
|
|
7191
7033
|
{
|
|
7192
7034
|
"type": "interface",
|
|
7193
7035
|
"name": "openzeppelin_introspection::interface::ISRC5",
|
|
@@ -7215,7 +7057,7 @@ var IPClubABI = [
|
|
|
7215
7057
|
"name": "constructor",
|
|
7216
7058
|
"inputs": [
|
|
7217
7059
|
{
|
|
7218
|
-
"name": "
|
|
7060
|
+
"name": "collection_class_hash",
|
|
7219
7061
|
"type": "core::starknet::class_hash::ClassHash"
|
|
7220
7062
|
}
|
|
7221
7063
|
]
|
|
@@ -7228,914 +7070,47 @@ var IPClubABI = [
|
|
|
7228
7070
|
},
|
|
7229
7071
|
{
|
|
7230
7072
|
"type": "event",
|
|
7231
|
-
"name": "ip_club::
|
|
7073
|
+
"name": "ip_club::IPClubCollectionFactory::IPClubCollectionFactory::ClubDeployed",
|
|
7232
7074
|
"kind": "struct",
|
|
7233
7075
|
"members": [
|
|
7234
7076
|
{
|
|
7235
|
-
"name": "
|
|
7236
|
-
"type": "core::integer::u256",
|
|
7237
|
-
"kind": "key"
|
|
7238
|
-
},
|
|
7239
|
-
{
|
|
7240
|
-
"name": "creator",
|
|
7077
|
+
"name": "collection_address",
|
|
7241
7078
|
"type": "core::starknet::contract_address::ContractAddress",
|
|
7242
7079
|
"kind": "key"
|
|
7243
7080
|
},
|
|
7244
7081
|
{
|
|
7245
|
-
"name": "
|
|
7082
|
+
"name": "owner",
|
|
7246
7083
|
"type": "core::starknet::contract_address::ContractAddress",
|
|
7247
|
-
"kind": "
|
|
7084
|
+
"kind": "key"
|
|
7248
7085
|
},
|
|
7249
7086
|
{
|
|
7250
|
-
"name": "
|
|
7087
|
+
"name": "name",
|
|
7251
7088
|
"type": "core::byte_array::ByteArray",
|
|
7252
7089
|
"kind": "data"
|
|
7253
7090
|
},
|
|
7254
7091
|
{
|
|
7255
|
-
"name": "
|
|
7256
|
-
"type": "core::
|
|
7092
|
+
"name": "symbol",
|
|
7093
|
+
"type": "core::byte_array::ByteArray",
|
|
7257
7094
|
"kind": "data"
|
|
7258
7095
|
}
|
|
7259
7096
|
]
|
|
7260
7097
|
},
|
|
7261
7098
|
{
|
|
7262
7099
|
"type": "event",
|
|
7263
|
-
"name": "ip_club::
|
|
7264
|
-
"kind": "
|
|
7265
|
-
"
|
|
7266
|
-
{
|
|
7267
|
-
"name": "club_id",
|
|
7268
|
-
"type": "core::integer::u256",
|
|
7269
|
-
"kind": "key"
|
|
7270
|
-
},
|
|
7100
|
+
"name": "ip_club::IPClubCollectionFactory::IPClubCollectionFactory::Event",
|
|
7101
|
+
"kind": "enum",
|
|
7102
|
+
"variants": [
|
|
7271
7103
|
{
|
|
7272
|
-
"name": "
|
|
7273
|
-
"type": "
|
|
7274
|
-
"kind": "
|
|
7104
|
+
"name": "SRC5Event",
|
|
7105
|
+
"type": "openzeppelin_introspection::src5::SRC5Component::Event",
|
|
7106
|
+
"kind": "flat"
|
|
7275
7107
|
},
|
|
7276
7108
|
{
|
|
7277
|
-
"name": "
|
|
7278
|
-
"type": "
|
|
7279
|
-
"kind": "data"
|
|
7280
|
-
}
|
|
7281
|
-
]
|
|
7282
|
-
},
|
|
7283
|
-
{
|
|
7284
|
-
"type": "event",
|
|
7285
|
-
"name": "ip_club::events::NewMember",
|
|
7286
|
-
"kind": "struct",
|
|
7287
|
-
"members": [
|
|
7288
|
-
{
|
|
7289
|
-
"name": "club_id",
|
|
7290
|
-
"type": "core::integer::u256",
|
|
7291
|
-
"kind": "key"
|
|
7292
|
-
},
|
|
7293
|
-
{
|
|
7294
|
-
"name": "member",
|
|
7295
|
-
"type": "core::starknet::contract_address::ContractAddress",
|
|
7296
|
-
"kind": "key"
|
|
7297
|
-
},
|
|
7298
|
-
{
|
|
7299
|
-
"name": "timestamp",
|
|
7300
|
-
"type": "core::integer::u64",
|
|
7301
|
-
"kind": "data"
|
|
7302
|
-
}
|
|
7303
|
-
]
|
|
7304
|
-
},
|
|
7305
|
-
{
|
|
7306
|
-
"type": "event",
|
|
7307
|
-
"name": "ip_club::events::MemberLeft",
|
|
7308
|
-
"kind": "struct",
|
|
7309
|
-
"members": [
|
|
7310
|
-
{
|
|
7311
|
-
"name": "club_id",
|
|
7312
|
-
"type": "core::integer::u256",
|
|
7313
|
-
"kind": "key"
|
|
7314
|
-
},
|
|
7315
|
-
{
|
|
7316
|
-
"name": "member",
|
|
7317
|
-
"type": "core::starknet::contract_address::ContractAddress",
|
|
7318
|
-
"kind": "key"
|
|
7319
|
-
},
|
|
7320
|
-
{
|
|
7321
|
-
"name": "timestamp",
|
|
7322
|
-
"type": "core::integer::u64",
|
|
7323
|
-
"kind": "data"
|
|
7324
|
-
}
|
|
7325
|
-
]
|
|
7326
|
-
},
|
|
7327
|
-
{
|
|
7328
|
-
"type": "event",
|
|
7329
|
-
"name": "ip_club::IPClub::IPClub::Event",
|
|
7330
|
-
"kind": "enum",
|
|
7331
|
-
"variants": [
|
|
7332
|
-
{
|
|
7333
|
-
"name": "SRC5Event",
|
|
7334
|
-
"type": "openzeppelin_introspection::src5::SRC5Component::Event",
|
|
7335
|
-
"kind": "flat"
|
|
7336
|
-
},
|
|
7337
|
-
{
|
|
7338
|
-
"name": "NewClubCreated",
|
|
7339
|
-
"type": "ip_club::events::NewClubCreated",
|
|
7340
|
-
"kind": "nested"
|
|
7341
|
-
},
|
|
7342
|
-
{
|
|
7343
|
-
"name": "ClubStatusUpdated",
|
|
7344
|
-
"type": "ip_club::events::ClubStatusUpdated",
|
|
7345
|
-
"kind": "nested"
|
|
7346
|
-
},
|
|
7347
|
-
{
|
|
7348
|
-
"name": "NewMember",
|
|
7349
|
-
"type": "ip_club::events::NewMember",
|
|
7350
|
-
"kind": "nested"
|
|
7351
|
-
},
|
|
7352
|
-
{
|
|
7353
|
-
"name": "MemberLeft",
|
|
7354
|
-
"type": "ip_club::events::MemberLeft",
|
|
7355
|
-
"kind": "nested"
|
|
7356
|
-
}
|
|
7357
|
-
]
|
|
7358
|
-
}
|
|
7359
|
-
];
|
|
7360
|
-
|
|
7361
|
-
// src/starknet/abis/ipClubNft.ts
|
|
7362
|
-
var IPClubNFTABI = [
|
|
7363
|
-
{
|
|
7364
|
-
"type": "impl",
|
|
7365
|
-
"name": "IIPClubNFTImpl",
|
|
7366
|
-
"interface_name": "ip_club::interfaces::IIPClubNFT::IIPClubNFT"
|
|
7367
|
-
},
|
|
7368
|
-
{
|
|
7369
|
-
"type": "struct",
|
|
7370
|
-
"name": "core::integer::u256",
|
|
7371
|
-
"members": [
|
|
7372
|
-
{
|
|
7373
|
-
"name": "low",
|
|
7374
|
-
"type": "core::integer::u128"
|
|
7375
|
-
},
|
|
7376
|
-
{
|
|
7377
|
-
"name": "high",
|
|
7378
|
-
"type": "core::integer::u128"
|
|
7379
|
-
}
|
|
7380
|
-
]
|
|
7381
|
-
},
|
|
7382
|
-
{
|
|
7383
|
-
"type": "enum",
|
|
7384
|
-
"name": "core::bool",
|
|
7385
|
-
"variants": [
|
|
7386
|
-
{
|
|
7387
|
-
"name": "False",
|
|
7388
|
-
"type": "()"
|
|
7389
|
-
},
|
|
7390
|
-
{
|
|
7391
|
-
"name": "True",
|
|
7392
|
-
"type": "()"
|
|
7393
|
-
}
|
|
7394
|
-
]
|
|
7395
|
-
},
|
|
7396
|
-
{
|
|
7397
|
-
"type": "interface",
|
|
7398
|
-
"name": "ip_club::interfaces::IIPClubNFT::IIPClubNFT",
|
|
7399
|
-
"items": [
|
|
7400
|
-
{
|
|
7401
|
-
"type": "function",
|
|
7402
|
-
"name": "mint",
|
|
7403
|
-
"inputs": [
|
|
7404
|
-
{
|
|
7405
|
-
"name": "recipient",
|
|
7406
|
-
"type": "core::starknet::contract_address::ContractAddress"
|
|
7407
|
-
}
|
|
7408
|
-
],
|
|
7409
|
-
"outputs": [],
|
|
7410
|
-
"state_mutability": "external"
|
|
7411
|
-
},
|
|
7412
|
-
{
|
|
7413
|
-
"type": "function",
|
|
7414
|
-
"name": "burn",
|
|
7415
|
-
"inputs": [
|
|
7416
|
-
{
|
|
7417
|
-
"name": "member",
|
|
7418
|
-
"type": "core::starknet::contract_address::ContractAddress"
|
|
7419
|
-
},
|
|
7420
|
-
{
|
|
7421
|
-
"name": "token_id",
|
|
7422
|
-
"type": "core::integer::u256"
|
|
7423
|
-
}
|
|
7424
|
-
],
|
|
7425
|
-
"outputs": [],
|
|
7426
|
-
"state_mutability": "external"
|
|
7427
|
-
},
|
|
7428
|
-
{
|
|
7429
|
-
"type": "function",
|
|
7430
|
-
"name": "has_nft",
|
|
7431
|
-
"inputs": [
|
|
7432
|
-
{
|
|
7433
|
-
"name": "user",
|
|
7434
|
-
"type": "core::starknet::contract_address::ContractAddress"
|
|
7435
|
-
}
|
|
7436
|
-
],
|
|
7437
|
-
"outputs": [
|
|
7438
|
-
{
|
|
7439
|
-
"type": "core::bool"
|
|
7440
|
-
}
|
|
7441
|
-
],
|
|
7442
|
-
"state_mutability": "view"
|
|
7443
|
-
},
|
|
7444
|
-
{
|
|
7445
|
-
"type": "function",
|
|
7446
|
-
"name": "get_nft_creator",
|
|
7447
|
-
"inputs": [],
|
|
7448
|
-
"outputs": [
|
|
7449
|
-
{
|
|
7450
|
-
"type": "core::starknet::contract_address::ContractAddress"
|
|
7451
|
-
}
|
|
7452
|
-
],
|
|
7453
|
-
"state_mutability": "view"
|
|
7454
|
-
},
|
|
7455
|
-
{
|
|
7456
|
-
"type": "function",
|
|
7457
|
-
"name": "get_ip_club_manager",
|
|
7458
|
-
"inputs": [],
|
|
7459
|
-
"outputs": [
|
|
7460
|
-
{
|
|
7461
|
-
"type": "core::starknet::contract_address::ContractAddress"
|
|
7462
|
-
}
|
|
7463
|
-
],
|
|
7464
|
-
"state_mutability": "view"
|
|
7465
|
-
},
|
|
7466
|
-
{
|
|
7467
|
-
"type": "function",
|
|
7468
|
-
"name": "get_associated_club_id",
|
|
7469
|
-
"inputs": [],
|
|
7470
|
-
"outputs": [
|
|
7471
|
-
{
|
|
7472
|
-
"type": "core::integer::u256"
|
|
7473
|
-
}
|
|
7474
|
-
],
|
|
7475
|
-
"state_mutability": "view"
|
|
7476
|
-
},
|
|
7477
|
-
{
|
|
7478
|
-
"type": "function",
|
|
7479
|
-
"name": "get_last_minted_id",
|
|
7480
|
-
"inputs": [],
|
|
7481
|
-
"outputs": [
|
|
7482
|
-
{
|
|
7483
|
-
"type": "core::integer::u256"
|
|
7484
|
-
}
|
|
7485
|
-
],
|
|
7486
|
-
"state_mutability": "view"
|
|
7487
|
-
}
|
|
7488
|
-
]
|
|
7489
|
-
},
|
|
7490
|
-
{
|
|
7491
|
-
"type": "impl",
|
|
7492
|
-
"name": "ERC721MixinImpl",
|
|
7493
|
-
"interface_name": "openzeppelin_token::erc721::interface::ERC721ABI"
|
|
7494
|
-
},
|
|
7495
|
-
{
|
|
7496
|
-
"type": "struct",
|
|
7497
|
-
"name": "core::array::Span::<core::felt252>",
|
|
7498
|
-
"members": [
|
|
7499
|
-
{
|
|
7500
|
-
"name": "snapshot",
|
|
7501
|
-
"type": "@core::array::Array::<core::felt252>"
|
|
7502
|
-
}
|
|
7503
|
-
]
|
|
7504
|
-
},
|
|
7505
|
-
{
|
|
7506
|
-
"type": "struct",
|
|
7507
|
-
"name": "core::byte_array::ByteArray",
|
|
7508
|
-
"members": [
|
|
7509
|
-
{
|
|
7510
|
-
"name": "data",
|
|
7511
|
-
"type": "core::array::Array::<core::bytes_31::bytes31>"
|
|
7512
|
-
},
|
|
7513
|
-
{
|
|
7514
|
-
"name": "pending_word",
|
|
7515
|
-
"type": "core::felt252"
|
|
7516
|
-
},
|
|
7517
|
-
{
|
|
7518
|
-
"name": "pending_word_len",
|
|
7519
|
-
"type": "core::internal::bounded_int::BoundedInt::<0, 30>"
|
|
7520
|
-
}
|
|
7521
|
-
]
|
|
7522
|
-
},
|
|
7523
|
-
{
|
|
7524
|
-
"type": "interface",
|
|
7525
|
-
"name": "openzeppelin_token::erc721::interface::ERC721ABI",
|
|
7526
|
-
"items": [
|
|
7527
|
-
{
|
|
7528
|
-
"type": "function",
|
|
7529
|
-
"name": "balance_of",
|
|
7530
|
-
"inputs": [
|
|
7531
|
-
{
|
|
7532
|
-
"name": "account",
|
|
7533
|
-
"type": "core::starknet::contract_address::ContractAddress"
|
|
7534
|
-
}
|
|
7535
|
-
],
|
|
7536
|
-
"outputs": [
|
|
7537
|
-
{
|
|
7538
|
-
"type": "core::integer::u256"
|
|
7539
|
-
}
|
|
7540
|
-
],
|
|
7541
|
-
"state_mutability": "view"
|
|
7542
|
-
},
|
|
7543
|
-
{
|
|
7544
|
-
"type": "function",
|
|
7545
|
-
"name": "owner_of",
|
|
7546
|
-
"inputs": [
|
|
7547
|
-
{
|
|
7548
|
-
"name": "token_id",
|
|
7549
|
-
"type": "core::integer::u256"
|
|
7550
|
-
}
|
|
7551
|
-
],
|
|
7552
|
-
"outputs": [
|
|
7553
|
-
{
|
|
7554
|
-
"type": "core::starknet::contract_address::ContractAddress"
|
|
7555
|
-
}
|
|
7556
|
-
],
|
|
7557
|
-
"state_mutability": "view"
|
|
7558
|
-
},
|
|
7559
|
-
{
|
|
7560
|
-
"type": "function",
|
|
7561
|
-
"name": "safe_transfer_from",
|
|
7562
|
-
"inputs": [
|
|
7563
|
-
{
|
|
7564
|
-
"name": "from",
|
|
7565
|
-
"type": "core::starknet::contract_address::ContractAddress"
|
|
7566
|
-
},
|
|
7567
|
-
{
|
|
7568
|
-
"name": "to",
|
|
7569
|
-
"type": "core::starknet::contract_address::ContractAddress"
|
|
7570
|
-
},
|
|
7571
|
-
{
|
|
7572
|
-
"name": "token_id",
|
|
7573
|
-
"type": "core::integer::u256"
|
|
7574
|
-
},
|
|
7575
|
-
{
|
|
7576
|
-
"name": "data",
|
|
7577
|
-
"type": "core::array::Span::<core::felt252>"
|
|
7578
|
-
}
|
|
7579
|
-
],
|
|
7580
|
-
"outputs": [],
|
|
7581
|
-
"state_mutability": "external"
|
|
7582
|
-
},
|
|
7583
|
-
{
|
|
7584
|
-
"type": "function",
|
|
7585
|
-
"name": "transfer_from",
|
|
7586
|
-
"inputs": [
|
|
7587
|
-
{
|
|
7588
|
-
"name": "from",
|
|
7589
|
-
"type": "core::starknet::contract_address::ContractAddress"
|
|
7590
|
-
},
|
|
7591
|
-
{
|
|
7592
|
-
"name": "to",
|
|
7593
|
-
"type": "core::starknet::contract_address::ContractAddress"
|
|
7594
|
-
},
|
|
7595
|
-
{
|
|
7596
|
-
"name": "token_id",
|
|
7597
|
-
"type": "core::integer::u256"
|
|
7598
|
-
}
|
|
7599
|
-
],
|
|
7600
|
-
"outputs": [],
|
|
7601
|
-
"state_mutability": "external"
|
|
7602
|
-
},
|
|
7603
|
-
{
|
|
7604
|
-
"type": "function",
|
|
7605
|
-
"name": "approve",
|
|
7606
|
-
"inputs": [
|
|
7607
|
-
{
|
|
7608
|
-
"name": "to",
|
|
7609
|
-
"type": "core::starknet::contract_address::ContractAddress"
|
|
7610
|
-
},
|
|
7611
|
-
{
|
|
7612
|
-
"name": "token_id",
|
|
7613
|
-
"type": "core::integer::u256"
|
|
7614
|
-
}
|
|
7615
|
-
],
|
|
7616
|
-
"outputs": [],
|
|
7617
|
-
"state_mutability": "external"
|
|
7618
|
-
},
|
|
7619
|
-
{
|
|
7620
|
-
"type": "function",
|
|
7621
|
-
"name": "set_approval_for_all",
|
|
7622
|
-
"inputs": [
|
|
7623
|
-
{
|
|
7624
|
-
"name": "operator",
|
|
7625
|
-
"type": "core::starknet::contract_address::ContractAddress"
|
|
7626
|
-
},
|
|
7627
|
-
{
|
|
7628
|
-
"name": "approved",
|
|
7629
|
-
"type": "core::bool"
|
|
7630
|
-
}
|
|
7631
|
-
],
|
|
7632
|
-
"outputs": [],
|
|
7633
|
-
"state_mutability": "external"
|
|
7634
|
-
},
|
|
7635
|
-
{
|
|
7636
|
-
"type": "function",
|
|
7637
|
-
"name": "get_approved",
|
|
7638
|
-
"inputs": [
|
|
7639
|
-
{
|
|
7640
|
-
"name": "token_id",
|
|
7641
|
-
"type": "core::integer::u256"
|
|
7642
|
-
}
|
|
7643
|
-
],
|
|
7644
|
-
"outputs": [
|
|
7645
|
-
{
|
|
7646
|
-
"type": "core::starknet::contract_address::ContractAddress"
|
|
7647
|
-
}
|
|
7648
|
-
],
|
|
7649
|
-
"state_mutability": "view"
|
|
7650
|
-
},
|
|
7651
|
-
{
|
|
7652
|
-
"type": "function",
|
|
7653
|
-
"name": "is_approved_for_all",
|
|
7654
|
-
"inputs": [
|
|
7655
|
-
{
|
|
7656
|
-
"name": "owner",
|
|
7657
|
-
"type": "core::starknet::contract_address::ContractAddress"
|
|
7658
|
-
},
|
|
7659
|
-
{
|
|
7660
|
-
"name": "operator",
|
|
7661
|
-
"type": "core::starknet::contract_address::ContractAddress"
|
|
7662
|
-
}
|
|
7663
|
-
],
|
|
7664
|
-
"outputs": [
|
|
7665
|
-
{
|
|
7666
|
-
"type": "core::bool"
|
|
7667
|
-
}
|
|
7668
|
-
],
|
|
7669
|
-
"state_mutability": "view"
|
|
7670
|
-
},
|
|
7671
|
-
{
|
|
7672
|
-
"type": "function",
|
|
7673
|
-
"name": "supports_interface",
|
|
7674
|
-
"inputs": [
|
|
7675
|
-
{
|
|
7676
|
-
"name": "interface_id",
|
|
7677
|
-
"type": "core::felt252"
|
|
7678
|
-
}
|
|
7679
|
-
],
|
|
7680
|
-
"outputs": [
|
|
7681
|
-
{
|
|
7682
|
-
"type": "core::bool"
|
|
7683
|
-
}
|
|
7684
|
-
],
|
|
7685
|
-
"state_mutability": "view"
|
|
7686
|
-
},
|
|
7687
|
-
{
|
|
7688
|
-
"type": "function",
|
|
7689
|
-
"name": "name",
|
|
7690
|
-
"inputs": [],
|
|
7691
|
-
"outputs": [
|
|
7692
|
-
{
|
|
7693
|
-
"type": "core::byte_array::ByteArray"
|
|
7694
|
-
}
|
|
7695
|
-
],
|
|
7696
|
-
"state_mutability": "view"
|
|
7697
|
-
},
|
|
7698
|
-
{
|
|
7699
|
-
"type": "function",
|
|
7700
|
-
"name": "symbol",
|
|
7701
|
-
"inputs": [],
|
|
7702
|
-
"outputs": [
|
|
7703
|
-
{
|
|
7704
|
-
"type": "core::byte_array::ByteArray"
|
|
7705
|
-
}
|
|
7706
|
-
],
|
|
7707
|
-
"state_mutability": "view"
|
|
7708
|
-
},
|
|
7709
|
-
{
|
|
7710
|
-
"type": "function",
|
|
7711
|
-
"name": "token_uri",
|
|
7712
|
-
"inputs": [
|
|
7713
|
-
{
|
|
7714
|
-
"name": "token_id",
|
|
7715
|
-
"type": "core::integer::u256"
|
|
7716
|
-
}
|
|
7717
|
-
],
|
|
7718
|
-
"outputs": [
|
|
7719
|
-
{
|
|
7720
|
-
"type": "core::byte_array::ByteArray"
|
|
7721
|
-
}
|
|
7722
|
-
],
|
|
7723
|
-
"state_mutability": "view"
|
|
7724
|
-
},
|
|
7725
|
-
{
|
|
7726
|
-
"type": "function",
|
|
7727
|
-
"name": "balanceOf",
|
|
7728
|
-
"inputs": [
|
|
7729
|
-
{
|
|
7730
|
-
"name": "account",
|
|
7731
|
-
"type": "core::starknet::contract_address::ContractAddress"
|
|
7732
|
-
}
|
|
7733
|
-
],
|
|
7734
|
-
"outputs": [
|
|
7735
|
-
{
|
|
7736
|
-
"type": "core::integer::u256"
|
|
7737
|
-
}
|
|
7738
|
-
],
|
|
7739
|
-
"state_mutability": "view"
|
|
7740
|
-
},
|
|
7741
|
-
{
|
|
7742
|
-
"type": "function",
|
|
7743
|
-
"name": "ownerOf",
|
|
7744
|
-
"inputs": [
|
|
7745
|
-
{
|
|
7746
|
-
"name": "tokenId",
|
|
7747
|
-
"type": "core::integer::u256"
|
|
7748
|
-
}
|
|
7749
|
-
],
|
|
7750
|
-
"outputs": [
|
|
7751
|
-
{
|
|
7752
|
-
"type": "core::starknet::contract_address::ContractAddress"
|
|
7753
|
-
}
|
|
7754
|
-
],
|
|
7755
|
-
"state_mutability": "view"
|
|
7756
|
-
},
|
|
7757
|
-
{
|
|
7758
|
-
"type": "function",
|
|
7759
|
-
"name": "safeTransferFrom",
|
|
7760
|
-
"inputs": [
|
|
7761
|
-
{
|
|
7762
|
-
"name": "from",
|
|
7763
|
-
"type": "core::starknet::contract_address::ContractAddress"
|
|
7764
|
-
},
|
|
7765
|
-
{
|
|
7766
|
-
"name": "to",
|
|
7767
|
-
"type": "core::starknet::contract_address::ContractAddress"
|
|
7768
|
-
},
|
|
7769
|
-
{
|
|
7770
|
-
"name": "tokenId",
|
|
7771
|
-
"type": "core::integer::u256"
|
|
7772
|
-
},
|
|
7773
|
-
{
|
|
7774
|
-
"name": "data",
|
|
7775
|
-
"type": "core::array::Span::<core::felt252>"
|
|
7776
|
-
}
|
|
7777
|
-
],
|
|
7778
|
-
"outputs": [],
|
|
7779
|
-
"state_mutability": "external"
|
|
7780
|
-
},
|
|
7781
|
-
{
|
|
7782
|
-
"type": "function",
|
|
7783
|
-
"name": "transferFrom",
|
|
7784
|
-
"inputs": [
|
|
7785
|
-
{
|
|
7786
|
-
"name": "from",
|
|
7787
|
-
"type": "core::starknet::contract_address::ContractAddress"
|
|
7788
|
-
},
|
|
7789
|
-
{
|
|
7790
|
-
"name": "to",
|
|
7791
|
-
"type": "core::starknet::contract_address::ContractAddress"
|
|
7792
|
-
},
|
|
7793
|
-
{
|
|
7794
|
-
"name": "tokenId",
|
|
7795
|
-
"type": "core::integer::u256"
|
|
7796
|
-
}
|
|
7797
|
-
],
|
|
7798
|
-
"outputs": [],
|
|
7799
|
-
"state_mutability": "external"
|
|
7800
|
-
},
|
|
7801
|
-
{
|
|
7802
|
-
"type": "function",
|
|
7803
|
-
"name": "setApprovalForAll",
|
|
7804
|
-
"inputs": [
|
|
7805
|
-
{
|
|
7806
|
-
"name": "operator",
|
|
7807
|
-
"type": "core::starknet::contract_address::ContractAddress"
|
|
7808
|
-
},
|
|
7809
|
-
{
|
|
7810
|
-
"name": "approved",
|
|
7811
|
-
"type": "core::bool"
|
|
7812
|
-
}
|
|
7813
|
-
],
|
|
7814
|
-
"outputs": [],
|
|
7815
|
-
"state_mutability": "external"
|
|
7816
|
-
},
|
|
7817
|
-
{
|
|
7818
|
-
"type": "function",
|
|
7819
|
-
"name": "getApproved",
|
|
7820
|
-
"inputs": [
|
|
7821
|
-
{
|
|
7822
|
-
"name": "tokenId",
|
|
7823
|
-
"type": "core::integer::u256"
|
|
7824
|
-
}
|
|
7825
|
-
],
|
|
7826
|
-
"outputs": [
|
|
7827
|
-
{
|
|
7828
|
-
"type": "core::starknet::contract_address::ContractAddress"
|
|
7829
|
-
}
|
|
7830
|
-
],
|
|
7831
|
-
"state_mutability": "view"
|
|
7832
|
-
},
|
|
7833
|
-
{
|
|
7834
|
-
"type": "function",
|
|
7835
|
-
"name": "isApprovedForAll",
|
|
7836
|
-
"inputs": [
|
|
7837
|
-
{
|
|
7838
|
-
"name": "owner",
|
|
7839
|
-
"type": "core::starknet::contract_address::ContractAddress"
|
|
7840
|
-
},
|
|
7841
|
-
{
|
|
7842
|
-
"name": "operator",
|
|
7843
|
-
"type": "core::starknet::contract_address::ContractAddress"
|
|
7844
|
-
}
|
|
7845
|
-
],
|
|
7846
|
-
"outputs": [
|
|
7847
|
-
{
|
|
7848
|
-
"type": "core::bool"
|
|
7849
|
-
}
|
|
7850
|
-
],
|
|
7851
|
-
"state_mutability": "view"
|
|
7852
|
-
},
|
|
7853
|
-
{
|
|
7854
|
-
"type": "function",
|
|
7855
|
-
"name": "tokenURI",
|
|
7856
|
-
"inputs": [
|
|
7857
|
-
{
|
|
7858
|
-
"name": "tokenId",
|
|
7859
|
-
"type": "core::integer::u256"
|
|
7860
|
-
}
|
|
7861
|
-
],
|
|
7862
|
-
"outputs": [
|
|
7863
|
-
{
|
|
7864
|
-
"type": "core::byte_array::ByteArray"
|
|
7865
|
-
}
|
|
7866
|
-
],
|
|
7867
|
-
"state_mutability": "view"
|
|
7868
|
-
}
|
|
7869
|
-
]
|
|
7870
|
-
},
|
|
7871
|
-
{
|
|
7872
|
-
"type": "constructor",
|
|
7873
|
-
"name": "constructor",
|
|
7874
|
-
"inputs": [
|
|
7875
|
-
{
|
|
7876
|
-
"name": "name",
|
|
7877
|
-
"type": "core::byte_array::ByteArray"
|
|
7878
|
-
},
|
|
7879
|
-
{
|
|
7880
|
-
"name": "symbol",
|
|
7881
|
-
"type": "core::byte_array::ByteArray"
|
|
7882
|
-
},
|
|
7883
|
-
{
|
|
7884
|
-
"name": "club_id",
|
|
7885
|
-
"type": "core::integer::u256"
|
|
7886
|
-
},
|
|
7887
|
-
{
|
|
7888
|
-
"name": "creator",
|
|
7889
|
-
"type": "core::starknet::contract_address::ContractAddress"
|
|
7890
|
-
},
|
|
7891
|
-
{
|
|
7892
|
-
"name": "ip_club_manager",
|
|
7893
|
-
"type": "core::starknet::contract_address::ContractAddress"
|
|
7894
|
-
},
|
|
7895
|
-
{
|
|
7896
|
-
"name": "metadata_uri",
|
|
7897
|
-
"type": "core::byte_array::ByteArray"
|
|
7898
|
-
}
|
|
7899
|
-
]
|
|
7900
|
-
},
|
|
7901
|
-
{
|
|
7902
|
-
"type": "event",
|
|
7903
|
-
"name": "openzeppelin_token::erc721::erc721::ERC721Component::Transfer",
|
|
7904
|
-
"kind": "struct",
|
|
7905
|
-
"members": [
|
|
7906
|
-
{
|
|
7907
|
-
"name": "from",
|
|
7908
|
-
"type": "core::starknet::contract_address::ContractAddress",
|
|
7909
|
-
"kind": "key"
|
|
7910
|
-
},
|
|
7911
|
-
{
|
|
7912
|
-
"name": "to",
|
|
7913
|
-
"type": "core::starknet::contract_address::ContractAddress",
|
|
7914
|
-
"kind": "key"
|
|
7915
|
-
},
|
|
7916
|
-
{
|
|
7917
|
-
"name": "token_id",
|
|
7918
|
-
"type": "core::integer::u256",
|
|
7919
|
-
"kind": "key"
|
|
7920
|
-
}
|
|
7921
|
-
]
|
|
7922
|
-
},
|
|
7923
|
-
{
|
|
7924
|
-
"type": "event",
|
|
7925
|
-
"name": "openzeppelin_token::erc721::erc721::ERC721Component::Approval",
|
|
7926
|
-
"kind": "struct",
|
|
7927
|
-
"members": [
|
|
7928
|
-
{
|
|
7929
|
-
"name": "owner",
|
|
7930
|
-
"type": "core::starknet::contract_address::ContractAddress",
|
|
7931
|
-
"kind": "key"
|
|
7932
|
-
},
|
|
7933
|
-
{
|
|
7934
|
-
"name": "approved",
|
|
7935
|
-
"type": "core::starknet::contract_address::ContractAddress",
|
|
7936
|
-
"kind": "key"
|
|
7937
|
-
},
|
|
7938
|
-
{
|
|
7939
|
-
"name": "token_id",
|
|
7940
|
-
"type": "core::integer::u256",
|
|
7941
|
-
"kind": "key"
|
|
7942
|
-
}
|
|
7943
|
-
]
|
|
7944
|
-
},
|
|
7945
|
-
{
|
|
7946
|
-
"type": "event",
|
|
7947
|
-
"name": "openzeppelin_token::erc721::erc721::ERC721Component::ApprovalForAll",
|
|
7948
|
-
"kind": "struct",
|
|
7949
|
-
"members": [
|
|
7950
|
-
{
|
|
7951
|
-
"name": "owner",
|
|
7952
|
-
"type": "core::starknet::contract_address::ContractAddress",
|
|
7953
|
-
"kind": "key"
|
|
7954
|
-
},
|
|
7955
|
-
{
|
|
7956
|
-
"name": "operator",
|
|
7957
|
-
"type": "core::starknet::contract_address::ContractAddress",
|
|
7958
|
-
"kind": "key"
|
|
7959
|
-
},
|
|
7960
|
-
{
|
|
7961
|
-
"name": "approved",
|
|
7962
|
-
"type": "core::bool",
|
|
7963
|
-
"kind": "data"
|
|
7964
|
-
}
|
|
7965
|
-
]
|
|
7966
|
-
},
|
|
7967
|
-
{
|
|
7968
|
-
"type": "event",
|
|
7969
|
-
"name": "openzeppelin_token::erc721::erc721::ERC721Component::Event",
|
|
7970
|
-
"kind": "enum",
|
|
7971
|
-
"variants": [
|
|
7972
|
-
{
|
|
7973
|
-
"name": "Transfer",
|
|
7974
|
-
"type": "openzeppelin_token::erc721::erc721::ERC721Component::Transfer",
|
|
7975
|
-
"kind": "nested"
|
|
7976
|
-
},
|
|
7977
|
-
{
|
|
7978
|
-
"name": "Approval",
|
|
7979
|
-
"type": "openzeppelin_token::erc721::erc721::ERC721Component::Approval",
|
|
7980
|
-
"kind": "nested"
|
|
7981
|
-
},
|
|
7982
|
-
{
|
|
7983
|
-
"name": "ApprovalForAll",
|
|
7984
|
-
"type": "openzeppelin_token::erc721::erc721::ERC721Component::ApprovalForAll",
|
|
7109
|
+
"name": "ClubDeployed",
|
|
7110
|
+
"type": "ip_club::IPClubCollectionFactory::IPClubCollectionFactory::ClubDeployed",
|
|
7985
7111
|
"kind": "nested"
|
|
7986
7112
|
}
|
|
7987
7113
|
]
|
|
7988
|
-
},
|
|
7989
|
-
{
|
|
7990
|
-
"type": "event",
|
|
7991
|
-
"name": "openzeppelin_introspection::src5::SRC5Component::Event",
|
|
7992
|
-
"kind": "enum",
|
|
7993
|
-
"variants": []
|
|
7994
|
-
},
|
|
7995
|
-
{
|
|
7996
|
-
"type": "event",
|
|
7997
|
-
"name": "ip_club::IPClubNFT::IPClubNFT::Event",
|
|
7998
|
-
"kind": "enum",
|
|
7999
|
-
"variants": [
|
|
8000
|
-
{
|
|
8001
|
-
"name": "ERC721Event",
|
|
8002
|
-
"type": "openzeppelin_token::erc721::erc721::ERC721Component::Event",
|
|
8003
|
-
"kind": "flat"
|
|
8004
|
-
},
|
|
8005
|
-
{
|
|
8006
|
-
"name": "SRC5Event",
|
|
8007
|
-
"type": "openzeppelin_introspection::src5::SRC5Component::Event",
|
|
8008
|
-
"kind": "flat"
|
|
8009
|
-
}
|
|
8010
|
-
]
|
|
8011
|
-
}
|
|
8012
|
-
];
|
|
8013
|
-
|
|
8014
|
-
// src/starknet/abis/ipClubFactory.ts
|
|
8015
|
-
var IPClubFactoryABI = [
|
|
8016
|
-
{
|
|
8017
|
-
"type": "impl",
|
|
8018
|
-
"name": "IPClubFactoryImpl",
|
|
8019
|
-
"interface_name": "ip_club::interface::IIPClubFactory"
|
|
8020
|
-
},
|
|
8021
|
-
{
|
|
8022
|
-
"type": "struct",
|
|
8023
|
-
"name": "core::byte_array::ByteArray",
|
|
8024
|
-
"members": [
|
|
8025
|
-
{ "name": "data", "type": "core::array::Array::<core::bytes_31::bytes31>" },
|
|
8026
|
-
{ "name": "pending_word", "type": "core::felt252" },
|
|
8027
|
-
{ "name": "pending_word_len", "type": "core::internal::bounded_int::BoundedInt::<0, 30>" }
|
|
8028
|
-
]
|
|
8029
|
-
},
|
|
8030
|
-
{
|
|
8031
|
-
"type": "struct",
|
|
8032
|
-
"name": "core::integer::u256",
|
|
8033
|
-
"members": [
|
|
8034
|
-
{ "name": "low", "type": "core::integer::u128" },
|
|
8035
|
-
{ "name": "high", "type": "core::integer::u128" }
|
|
8036
|
-
]
|
|
8037
|
-
},
|
|
8038
|
-
{
|
|
8039
|
-
"type": "enum",
|
|
8040
|
-
"name": "core::option::Option::<core::starknet::contract_address::ContractAddress>",
|
|
8041
|
-
"variants": [
|
|
8042
|
-
{ "name": "Some", "type": "core::starknet::contract_address::ContractAddress" },
|
|
8043
|
-
{ "name": "None", "type": "()" }
|
|
8044
|
-
]
|
|
8045
|
-
},
|
|
8046
|
-
{
|
|
8047
|
-
"type": "interface",
|
|
8048
|
-
"name": "ip_club::interface::IIPClubFactory",
|
|
8049
|
-
"items": [
|
|
8050
|
-
{
|
|
8051
|
-
"type": "function",
|
|
8052
|
-
"name": "collection_class_hash",
|
|
8053
|
-
"inputs": [],
|
|
8054
|
-
"outputs": [{ "type": "core::starknet::class_hash::ClassHash" }],
|
|
8055
|
-
"state_mutability": "view"
|
|
8056
|
-
},
|
|
8057
|
-
{
|
|
8058
|
-
"type": "function",
|
|
8059
|
-
"name": "version",
|
|
8060
|
-
"inputs": [],
|
|
8061
|
-
"outputs": [{ "type": "core::byte_array::ByteArray" }],
|
|
8062
|
-
"state_mutability": "view"
|
|
8063
|
-
},
|
|
8064
|
-
{
|
|
8065
|
-
"type": "function",
|
|
8066
|
-
"name": "deploy_club",
|
|
8067
|
-
"inputs": [
|
|
8068
|
-
{ "name": "name", "type": "core::byte_array::ByteArray" },
|
|
8069
|
-
{ "name": "symbol", "type": "core::byte_array::ByteArray" },
|
|
8070
|
-
{ "name": "base_uri", "type": "core::byte_array::ByteArray" },
|
|
8071
|
-
{ "name": "max_supply", "type": "core::integer::u256" },
|
|
8072
|
-
{ "name": "entry_fee", "type": "core::integer::u256" },
|
|
8073
|
-
{ "name": "payment_token", "type": "core::option::Option::<core::starknet::contract_address::ContractAddress>" },
|
|
8074
|
-
{ "name": "royalty_bps", "type": "core::integer::u256" }
|
|
8075
|
-
],
|
|
8076
|
-
"outputs": [{ "type": "core::starknet::contract_address::ContractAddress" }],
|
|
8077
|
-
"state_mutability": "external"
|
|
8078
|
-
}
|
|
8079
|
-
]
|
|
8080
|
-
},
|
|
8081
|
-
{
|
|
8082
|
-
"type": "impl",
|
|
8083
|
-
"name": "SRC5Impl",
|
|
8084
|
-
"interface_name": "openzeppelin_introspection::interface::ISRC5"
|
|
8085
|
-
},
|
|
8086
|
-
{
|
|
8087
|
-
"type": "enum",
|
|
8088
|
-
"name": "core::bool",
|
|
8089
|
-
"variants": [
|
|
8090
|
-
{ "name": "False", "type": "()" },
|
|
8091
|
-
{ "name": "True", "type": "()" }
|
|
8092
|
-
]
|
|
8093
|
-
},
|
|
8094
|
-
{
|
|
8095
|
-
"type": "interface",
|
|
8096
|
-
"name": "openzeppelin_introspection::interface::ISRC5",
|
|
8097
|
-
"items": [
|
|
8098
|
-
{
|
|
8099
|
-
"type": "function",
|
|
8100
|
-
"name": "supports_interface",
|
|
8101
|
-
"inputs": [{ "name": "interface_id", "type": "core::felt252" }],
|
|
8102
|
-
"outputs": [{ "type": "core::bool" }],
|
|
8103
|
-
"state_mutability": "view"
|
|
8104
|
-
}
|
|
8105
|
-
]
|
|
8106
|
-
},
|
|
8107
|
-
{
|
|
8108
|
-
"type": "constructor",
|
|
8109
|
-
"name": "constructor",
|
|
8110
|
-
"inputs": [
|
|
8111
|
-
{ "name": "collection_class_hash", "type": "core::starknet::class_hash::ClassHash" }
|
|
8112
|
-
]
|
|
8113
|
-
},
|
|
8114
|
-
{
|
|
8115
|
-
"type": "event",
|
|
8116
|
-
"name": "openzeppelin_introspection::src5::SRC5Component::Event",
|
|
8117
|
-
"kind": "enum",
|
|
8118
|
-
"variants": []
|
|
8119
|
-
},
|
|
8120
|
-
{
|
|
8121
|
-
"type": "event",
|
|
8122
|
-
"name": "ip_club::IPClubFactory::IPClubFactory::ClubDeployed",
|
|
8123
|
-
"kind": "struct",
|
|
8124
|
-
"members": [
|
|
8125
|
-
{ "name": "collection_address", "type": "core::starknet::contract_address::ContractAddress", "kind": "key" },
|
|
8126
|
-
{ "name": "owner", "type": "core::starknet::contract_address::ContractAddress", "kind": "key" },
|
|
8127
|
-
{ "name": "name", "type": "core::byte_array::ByteArray", "kind": "data" },
|
|
8128
|
-
{ "name": "symbol", "type": "core::byte_array::ByteArray", "kind": "data" }
|
|
8129
|
-
]
|
|
8130
|
-
},
|
|
8131
|
-
{
|
|
8132
|
-
"type": "event",
|
|
8133
|
-
"name": "ip_club::IPClubFactory::IPClubFactory::Event",
|
|
8134
|
-
"kind": "enum",
|
|
8135
|
-
"variants": [
|
|
8136
|
-
{ "name": "SRC5Event", "type": "openzeppelin_introspection::src5::SRC5Component::Event", "kind": "flat" },
|
|
8137
|
-
{ "name": "ClubDeployed", "type": "ip_club::IPClubFactory::IPClubFactory::ClubDeployed", "kind": "nested" }
|
|
8138
|
-
]
|
|
8139
7114
|
}
|
|
8140
7115
|
];
|
|
8141
7116
|
|
|
@@ -8143,26 +7118,8 @@ var IPClubFactoryABI = [
|
|
|
8143
7118
|
var IPClubCollectionABI = [
|
|
8144
7119
|
{
|
|
8145
7120
|
"type": "impl",
|
|
8146
|
-
"name": "
|
|
8147
|
-
"interface_name": "openzeppelin_token::
|
|
8148
|
-
},
|
|
8149
|
-
{
|
|
8150
|
-
"type": "struct",
|
|
8151
|
-
"name": "core::byte_array::ByteArray",
|
|
8152
|
-
"members": [
|
|
8153
|
-
{
|
|
8154
|
-
"name": "data",
|
|
8155
|
-
"type": "core::array::Array::<core::bytes_31::bytes31>"
|
|
8156
|
-
},
|
|
8157
|
-
{
|
|
8158
|
-
"name": "pending_word",
|
|
8159
|
-
"type": "core::felt252"
|
|
8160
|
-
},
|
|
8161
|
-
{
|
|
8162
|
-
"name": "pending_word_len",
|
|
8163
|
-
"type": "core::internal::bounded_int::BoundedInt::<0, 30>"
|
|
8164
|
-
}
|
|
8165
|
-
]
|
|
7121
|
+
"name": "ERC1155MetadataURIImpl",
|
|
7122
|
+
"interface_name": "openzeppelin_token::erc1155::interface::IERC1155MetadataURI"
|
|
8166
7123
|
},
|
|
8167
7124
|
{
|
|
8168
7125
|
"type": "struct",
|
|
@@ -8179,64 +7136,33 @@ var IPClubCollectionABI = [
|
|
|
8179
7136
|
]
|
|
8180
7137
|
},
|
|
8181
7138
|
{
|
|
8182
|
-
"type": "
|
|
8183
|
-
"name": "
|
|
8184
|
-
"
|
|
8185
|
-
{
|
|
8186
|
-
"
|
|
8187
|
-
"
|
|
8188
|
-
|
|
8189
|
-
|
|
8190
|
-
|
|
8191
|
-
|
|
8192
|
-
|
|
8193
|
-
|
|
8194
|
-
"
|
|
8195
|
-
|
|
8196
|
-
{
|
|
8197
|
-
"type": "function",
|
|
8198
|
-
"name": "symbol",
|
|
8199
|
-
"inputs": [],
|
|
8200
|
-
"outputs": [
|
|
8201
|
-
{
|
|
8202
|
-
"type": "core::byte_array::ByteArray"
|
|
8203
|
-
}
|
|
8204
|
-
],
|
|
8205
|
-
"state_mutability": "view"
|
|
8206
|
-
},
|
|
8207
|
-
{
|
|
8208
|
-
"type": "function",
|
|
8209
|
-
"name": "token_uri",
|
|
8210
|
-
"inputs": [
|
|
8211
|
-
{
|
|
8212
|
-
"name": "token_id",
|
|
8213
|
-
"type": "core::integer::u256"
|
|
8214
|
-
}
|
|
8215
|
-
],
|
|
8216
|
-
"outputs": [
|
|
8217
|
-
{
|
|
8218
|
-
"type": "core::byte_array::ByteArray"
|
|
8219
|
-
}
|
|
8220
|
-
],
|
|
8221
|
-
"state_mutability": "view"
|
|
7139
|
+
"type": "struct",
|
|
7140
|
+
"name": "core::byte_array::ByteArray",
|
|
7141
|
+
"members": [
|
|
7142
|
+
{
|
|
7143
|
+
"name": "data",
|
|
7144
|
+
"type": "core::array::Array::<core::bytes_31::bytes31>"
|
|
7145
|
+
},
|
|
7146
|
+
{
|
|
7147
|
+
"name": "pending_word",
|
|
7148
|
+
"type": "core::felt252"
|
|
7149
|
+
},
|
|
7150
|
+
{
|
|
7151
|
+
"name": "pending_word_len",
|
|
7152
|
+
"type": "core::internal::bounded_int::BoundedInt::<0, 30>"
|
|
8222
7153
|
}
|
|
8223
7154
|
]
|
|
8224
7155
|
},
|
|
8225
|
-
{
|
|
8226
|
-
"type": "impl",
|
|
8227
|
-
"name": "ERC721MetadataCamelOnlyImpl",
|
|
8228
|
-
"interface_name": "openzeppelin_token::erc721::interface::IERC721MetadataCamelOnly"
|
|
8229
|
-
},
|
|
8230
7156
|
{
|
|
8231
7157
|
"type": "interface",
|
|
8232
|
-
"name": "openzeppelin_token::
|
|
7158
|
+
"name": "openzeppelin_token::erc1155::interface::IERC1155MetadataURI",
|
|
8233
7159
|
"items": [
|
|
8234
7160
|
{
|
|
8235
7161
|
"type": "function",
|
|
8236
|
-
"name": "
|
|
7162
|
+
"name": "uri",
|
|
8237
7163
|
"inputs": [
|
|
8238
7164
|
{
|
|
8239
|
-
"name": "
|
|
7165
|
+
"name": "token_id",
|
|
8240
7166
|
"type": "core::integer::u256"
|
|
8241
7167
|
}
|
|
8242
7168
|
],
|
|
@@ -8254,6 +7180,20 @@ var IPClubCollectionABI = [
|
|
|
8254
7180
|
"name": "IPClubCollectionImpl",
|
|
8255
7181
|
"interface_name": "ip_club::interface::IIPClubCollection"
|
|
8256
7182
|
},
|
|
7183
|
+
{
|
|
7184
|
+
"type": "enum",
|
|
7185
|
+
"name": "core::option::Option::<core::integer::u64>",
|
|
7186
|
+
"variants": [
|
|
7187
|
+
{
|
|
7188
|
+
"name": "Some",
|
|
7189
|
+
"type": "core::integer::u64"
|
|
7190
|
+
},
|
|
7191
|
+
{
|
|
7192
|
+
"name": "None",
|
|
7193
|
+
"type": "()"
|
|
7194
|
+
}
|
|
7195
|
+
]
|
|
7196
|
+
},
|
|
8257
7197
|
{
|
|
8258
7198
|
"type": "enum",
|
|
8259
7199
|
"name": "core::bool",
|
|
@@ -8269,16 +7209,32 @@ var IPClubCollectionABI = [
|
|
|
8269
7209
|
]
|
|
8270
7210
|
},
|
|
8271
7211
|
{
|
|
8272
|
-
"type": "
|
|
8273
|
-
"name": "
|
|
8274
|
-
"
|
|
7212
|
+
"type": "struct",
|
|
7213
|
+
"name": "ip_club::types::Membership",
|
|
7214
|
+
"members": [
|
|
8275
7215
|
{
|
|
8276
|
-
"name": "
|
|
8277
|
-
"type": "core::
|
|
7216
|
+
"name": "max_supply",
|
|
7217
|
+
"type": "core::integer::u256"
|
|
8278
7218
|
},
|
|
8279
7219
|
{
|
|
8280
|
-
"name": "
|
|
8281
|
-
"type": "
|
|
7220
|
+
"name": "minted",
|
|
7221
|
+
"type": "core::integer::u256"
|
|
7222
|
+
},
|
|
7223
|
+
{
|
|
7224
|
+
"name": "start_time",
|
|
7225
|
+
"type": "core::option::Option::<core::integer::u64>"
|
|
7226
|
+
},
|
|
7227
|
+
{
|
|
7228
|
+
"name": "end_time",
|
|
7229
|
+
"type": "core::option::Option::<core::integer::u64>"
|
|
7230
|
+
},
|
|
7231
|
+
{
|
|
7232
|
+
"name": "royalty_bps",
|
|
7233
|
+
"type": "core::integer::u16"
|
|
7234
|
+
},
|
|
7235
|
+
{
|
|
7236
|
+
"name": "metadata_uri",
|
|
7237
|
+
"type": "core::byte_array::ByteArray"
|
|
8282
7238
|
}
|
|
8283
7239
|
]
|
|
8284
7240
|
},
|
|
@@ -8288,11 +7244,27 @@ var IPClubCollectionABI = [
|
|
|
8288
7244
|
"items": [
|
|
8289
7245
|
{
|
|
8290
7246
|
"type": "function",
|
|
8291
|
-
"name": "
|
|
7247
|
+
"name": "create_membership",
|
|
8292
7248
|
"inputs": [
|
|
8293
7249
|
{
|
|
8294
|
-
"name": "
|
|
8295
|
-
"type": "core::
|
|
7250
|
+
"name": "max_supply",
|
|
7251
|
+
"type": "core::integer::u256"
|
|
7252
|
+
},
|
|
7253
|
+
{
|
|
7254
|
+
"name": "start_time",
|
|
7255
|
+
"type": "core::option::Option::<core::integer::u64>"
|
|
7256
|
+
},
|
|
7257
|
+
{
|
|
7258
|
+
"name": "end_time",
|
|
7259
|
+
"type": "core::option::Option::<core::integer::u64>"
|
|
7260
|
+
},
|
|
7261
|
+
{
|
|
7262
|
+
"name": "royalty_bps",
|
|
7263
|
+
"type": "core::integer::u16"
|
|
7264
|
+
},
|
|
7265
|
+
{
|
|
7266
|
+
"name": "metadata_uri",
|
|
7267
|
+
"type": "core::byte_array::ByteArray"
|
|
8296
7268
|
}
|
|
8297
7269
|
],
|
|
8298
7270
|
"outputs": [
|
|
@@ -8304,11 +7276,19 @@ var IPClubCollectionABI = [
|
|
|
8304
7276
|
},
|
|
8305
7277
|
{
|
|
8306
7278
|
"type": "function",
|
|
8307
|
-
"name": "
|
|
7279
|
+
"name": "mint",
|
|
8308
7280
|
"inputs": [
|
|
8309
7281
|
{
|
|
8310
|
-
"name": "
|
|
8311
|
-
"type": "core::
|
|
7282
|
+
"name": "to",
|
|
7283
|
+
"type": "core::starknet::contract_address::ContractAddress"
|
|
7284
|
+
},
|
|
7285
|
+
{
|
|
7286
|
+
"name": "token_id",
|
|
7287
|
+
"type": "core::integer::u256"
|
|
7288
|
+
},
|
|
7289
|
+
{
|
|
7290
|
+
"name": "amount",
|
|
7291
|
+
"type": "core::integer::u256"
|
|
8312
7292
|
}
|
|
8313
7293
|
],
|
|
8314
7294
|
"outputs": [],
|
|
@@ -8316,66 +7296,85 @@ var IPClubCollectionABI = [
|
|
|
8316
7296
|
},
|
|
8317
7297
|
{
|
|
8318
7298
|
"type": "function",
|
|
8319
|
-
"name": "
|
|
8320
|
-
"inputs": [
|
|
7299
|
+
"name": "is_member",
|
|
7300
|
+
"inputs": [
|
|
7301
|
+
{
|
|
7302
|
+
"name": "holder",
|
|
7303
|
+
"type": "core::starknet::contract_address::ContractAddress"
|
|
7304
|
+
}
|
|
7305
|
+
],
|
|
8321
7306
|
"outputs": [
|
|
8322
7307
|
{
|
|
8323
|
-
"type": "core::
|
|
7308
|
+
"type": "core::bool"
|
|
8324
7309
|
}
|
|
8325
7310
|
],
|
|
8326
7311
|
"state_mutability": "view"
|
|
8327
7312
|
},
|
|
8328
7313
|
{
|
|
8329
7314
|
"type": "function",
|
|
8330
|
-
"name": "
|
|
8331
|
-
"inputs": [
|
|
8332
|
-
"outputs": [
|
|
7315
|
+
"name": "is_member_of",
|
|
7316
|
+
"inputs": [
|
|
8333
7317
|
{
|
|
7318
|
+
"name": "token_id",
|
|
8334
7319
|
"type": "core::integer::u256"
|
|
7320
|
+
},
|
|
7321
|
+
{
|
|
7322
|
+
"name": "holder",
|
|
7323
|
+
"type": "core::starknet::contract_address::ContractAddress"
|
|
7324
|
+
}
|
|
7325
|
+
],
|
|
7326
|
+
"outputs": [
|
|
7327
|
+
{
|
|
7328
|
+
"type": "core::bool"
|
|
8335
7329
|
}
|
|
8336
7330
|
],
|
|
8337
7331
|
"state_mutability": "view"
|
|
8338
7332
|
},
|
|
8339
7333
|
{
|
|
8340
7334
|
"type": "function",
|
|
8341
|
-
"name": "
|
|
8342
|
-
"inputs": [
|
|
7335
|
+
"name": "get_membership",
|
|
7336
|
+
"inputs": [
|
|
7337
|
+
{
|
|
7338
|
+
"name": "token_id",
|
|
7339
|
+
"type": "core::integer::u256"
|
|
7340
|
+
}
|
|
7341
|
+
],
|
|
8343
7342
|
"outputs": [
|
|
8344
7343
|
{
|
|
8345
|
-
"type": "
|
|
7344
|
+
"type": "ip_club::types::Membership"
|
|
8346
7345
|
}
|
|
8347
7346
|
],
|
|
8348
7347
|
"state_mutability": "view"
|
|
8349
7348
|
},
|
|
8350
7349
|
{
|
|
8351
7350
|
"type": "function",
|
|
8352
|
-
"name": "
|
|
7351
|
+
"name": "name",
|
|
8353
7352
|
"inputs": [],
|
|
8354
7353
|
"outputs": [
|
|
8355
7354
|
{
|
|
8356
|
-
"type": "core::
|
|
7355
|
+
"type": "core::byte_array::ByteArray"
|
|
8357
7356
|
}
|
|
8358
7357
|
],
|
|
8359
7358
|
"state_mutability": "view"
|
|
8360
7359
|
},
|
|
8361
7360
|
{
|
|
8362
7361
|
"type": "function",
|
|
8363
|
-
"name": "
|
|
7362
|
+
"name": "symbol",
|
|
8364
7363
|
"inputs": [],
|
|
8365
7364
|
"outputs": [
|
|
8366
7365
|
{
|
|
8367
|
-
"type": "core::
|
|
7366
|
+
"type": "core::byte_array::ByteArray"
|
|
8368
7367
|
}
|
|
8369
7368
|
],
|
|
8370
7369
|
"state_mutability": "view"
|
|
8371
7370
|
},
|
|
8372
7371
|
{
|
|
8373
7372
|
"type": "function",
|
|
8374
|
-
"name": "
|
|
7373
|
+
"name": "base_uri",
|
|
8375
7374
|
"inputs": [],
|
|
8376
7375
|
"outputs": [
|
|
8377
7376
|
{
|
|
8378
|
-
"type": "core::
|
|
7377
|
+
"type": "core::byte_array::ByteArray"
|
|
8379
7378
|
}
|
|
8380
7379
|
],
|
|
8381
7380
|
"state_mutability": "view"
|
|
@@ -8435,8 +7434,28 @@ var IPClubCollectionABI = [
|
|
|
8435
7434
|
},
|
|
8436
7435
|
{
|
|
8437
7436
|
"type": "impl",
|
|
8438
|
-
"name": "
|
|
8439
|
-
"interface_name": "openzeppelin_token::
|
|
7437
|
+
"name": "ERC1155Impl",
|
|
7438
|
+
"interface_name": "openzeppelin_token::erc1155::interface::IERC1155"
|
|
7439
|
+
},
|
|
7440
|
+
{
|
|
7441
|
+
"type": "struct",
|
|
7442
|
+
"name": "core::array::Span::<core::starknet::contract_address::ContractAddress>",
|
|
7443
|
+
"members": [
|
|
7444
|
+
{
|
|
7445
|
+
"name": "snapshot",
|
|
7446
|
+
"type": "@core::array::Array::<core::starknet::contract_address::ContractAddress>"
|
|
7447
|
+
}
|
|
7448
|
+
]
|
|
7449
|
+
},
|
|
7450
|
+
{
|
|
7451
|
+
"type": "struct",
|
|
7452
|
+
"name": "core::array::Span::<core::integer::u256>",
|
|
7453
|
+
"members": [
|
|
7454
|
+
{
|
|
7455
|
+
"name": "snapshot",
|
|
7456
|
+
"type": "@core::array::Array::<core::integer::u256>"
|
|
7457
|
+
}
|
|
7458
|
+
]
|
|
8440
7459
|
},
|
|
8441
7460
|
{
|
|
8442
7461
|
"type": "struct",
|
|
@@ -8450,7 +7469,7 @@ var IPClubCollectionABI = [
|
|
|
8450
7469
|
},
|
|
8451
7470
|
{
|
|
8452
7471
|
"type": "interface",
|
|
8453
|
-
"name": "openzeppelin_token::
|
|
7472
|
+
"name": "openzeppelin_token::erc1155::interface::IERC1155",
|
|
8454
7473
|
"items": [
|
|
8455
7474
|
{
|
|
8456
7475
|
"type": "function",
|
|
@@ -8459,6 +7478,10 @@ var IPClubCollectionABI = [
|
|
|
8459
7478
|
{
|
|
8460
7479
|
"name": "account",
|
|
8461
7480
|
"type": "core::starknet::contract_address::ContractAddress"
|
|
7481
|
+
},
|
|
7482
|
+
{
|
|
7483
|
+
"name": "token_id",
|
|
7484
|
+
"type": "core::integer::u256"
|
|
8462
7485
|
}
|
|
8463
7486
|
],
|
|
8464
7487
|
"outputs": [
|
|
@@ -8470,16 +7493,20 @@ var IPClubCollectionABI = [
|
|
|
8470
7493
|
},
|
|
8471
7494
|
{
|
|
8472
7495
|
"type": "function",
|
|
8473
|
-
"name": "
|
|
7496
|
+
"name": "balance_of_batch",
|
|
8474
7497
|
"inputs": [
|
|
8475
7498
|
{
|
|
8476
|
-
"name": "
|
|
8477
|
-
"type": "core::
|
|
7499
|
+
"name": "accounts",
|
|
7500
|
+
"type": "core::array::Span::<core::starknet::contract_address::ContractAddress>"
|
|
7501
|
+
},
|
|
7502
|
+
{
|
|
7503
|
+
"name": "token_ids",
|
|
7504
|
+
"type": "core::array::Span::<core::integer::u256>"
|
|
8478
7505
|
}
|
|
8479
7506
|
],
|
|
8480
7507
|
"outputs": [
|
|
8481
7508
|
{
|
|
8482
|
-
"type": "core::
|
|
7509
|
+
"type": "core::array::Span::<core::integer::u256>"
|
|
8483
7510
|
}
|
|
8484
7511
|
],
|
|
8485
7512
|
"state_mutability": "view"
|
|
@@ -8500,6 +7527,10 @@ var IPClubCollectionABI = [
|
|
|
8500
7527
|
"name": "token_id",
|
|
8501
7528
|
"type": "core::integer::u256"
|
|
8502
7529
|
},
|
|
7530
|
+
{
|
|
7531
|
+
"name": "value",
|
|
7532
|
+
"type": "core::integer::u256"
|
|
7533
|
+
},
|
|
8503
7534
|
{
|
|
8504
7535
|
"name": "data",
|
|
8505
7536
|
"type": "core::array::Span::<core::felt252>"
|
|
@@ -8510,7 +7541,7 @@ var IPClubCollectionABI = [
|
|
|
8510
7541
|
},
|
|
8511
7542
|
{
|
|
8512
7543
|
"type": "function",
|
|
8513
|
-
"name": "
|
|
7544
|
+
"name": "safe_batch_transfer_from",
|
|
8514
7545
|
"inputs": [
|
|
8515
7546
|
{
|
|
8516
7547
|
"name": "from",
|
|
@@ -8521,24 +7552,16 @@ var IPClubCollectionABI = [
|
|
|
8521
7552
|
"type": "core::starknet::contract_address::ContractAddress"
|
|
8522
7553
|
},
|
|
8523
7554
|
{
|
|
8524
|
-
"name": "
|
|
8525
|
-
"type": "core::integer::u256"
|
|
8526
|
-
}
|
|
8527
|
-
],
|
|
8528
|
-
"outputs": [],
|
|
8529
|
-
"state_mutability": "external"
|
|
8530
|
-
},
|
|
8531
|
-
{
|
|
8532
|
-
"type": "function",
|
|
8533
|
-
"name": "approve",
|
|
8534
|
-
"inputs": [
|
|
7555
|
+
"name": "token_ids",
|
|
7556
|
+
"type": "core::array::Span::<core::integer::u256>"
|
|
7557
|
+
},
|
|
8535
7558
|
{
|
|
8536
|
-
"name": "
|
|
8537
|
-
"type": "core::
|
|
7559
|
+
"name": "values",
|
|
7560
|
+
"type": "core::array::Span::<core::integer::u256>"
|
|
8538
7561
|
},
|
|
8539
7562
|
{
|
|
8540
|
-
"name": "
|
|
8541
|
-
"type": "core::
|
|
7563
|
+
"name": "data",
|
|
7564
|
+
"type": "core::array::Span::<core::felt252>"
|
|
8542
7565
|
}
|
|
8543
7566
|
],
|
|
8544
7567
|
"outputs": [],
|
|
@@ -8546,66 +7569,50 @@ var IPClubCollectionABI = [
|
|
|
8546
7569
|
},
|
|
8547
7570
|
{
|
|
8548
7571
|
"type": "function",
|
|
8549
|
-
"name": "
|
|
7572
|
+
"name": "is_approved_for_all",
|
|
8550
7573
|
"inputs": [
|
|
8551
7574
|
{
|
|
8552
|
-
"name": "
|
|
7575
|
+
"name": "owner",
|
|
8553
7576
|
"type": "core::starknet::contract_address::ContractAddress"
|
|
8554
7577
|
},
|
|
8555
7578
|
{
|
|
8556
|
-
"name": "
|
|
8557
|
-
"type": "core::
|
|
8558
|
-
}
|
|
8559
|
-
],
|
|
8560
|
-
"outputs": [],
|
|
8561
|
-
"state_mutability": "external"
|
|
8562
|
-
},
|
|
8563
|
-
{
|
|
8564
|
-
"type": "function",
|
|
8565
|
-
"name": "get_approved",
|
|
8566
|
-
"inputs": [
|
|
8567
|
-
{
|
|
8568
|
-
"name": "token_id",
|
|
8569
|
-
"type": "core::integer::u256"
|
|
7579
|
+
"name": "operator",
|
|
7580
|
+
"type": "core::starknet::contract_address::ContractAddress"
|
|
8570
7581
|
}
|
|
8571
7582
|
],
|
|
8572
7583
|
"outputs": [
|
|
8573
7584
|
{
|
|
8574
|
-
"type": "core::
|
|
7585
|
+
"type": "core::bool"
|
|
8575
7586
|
}
|
|
8576
7587
|
],
|
|
8577
7588
|
"state_mutability": "view"
|
|
8578
7589
|
},
|
|
8579
7590
|
{
|
|
8580
7591
|
"type": "function",
|
|
8581
|
-
"name": "
|
|
7592
|
+
"name": "set_approval_for_all",
|
|
8582
7593
|
"inputs": [
|
|
8583
|
-
{
|
|
8584
|
-
"name": "owner",
|
|
8585
|
-
"type": "core::starknet::contract_address::ContractAddress"
|
|
8586
|
-
},
|
|
8587
7594
|
{
|
|
8588
7595
|
"name": "operator",
|
|
8589
7596
|
"type": "core::starknet::contract_address::ContractAddress"
|
|
8590
|
-
}
|
|
8591
|
-
],
|
|
8592
|
-
"outputs": [
|
|
7597
|
+
},
|
|
8593
7598
|
{
|
|
7599
|
+
"name": "approved",
|
|
8594
7600
|
"type": "core::bool"
|
|
8595
7601
|
}
|
|
8596
7602
|
],
|
|
8597
|
-
"
|
|
7603
|
+
"outputs": [],
|
|
7604
|
+
"state_mutability": "external"
|
|
8598
7605
|
}
|
|
8599
7606
|
]
|
|
8600
7607
|
},
|
|
8601
7608
|
{
|
|
8602
7609
|
"type": "impl",
|
|
8603
|
-
"name": "
|
|
8604
|
-
"interface_name": "openzeppelin_token::
|
|
7610
|
+
"name": "ERC1155CamelImpl",
|
|
7611
|
+
"interface_name": "openzeppelin_token::erc1155::interface::IERC1155Camel"
|
|
8605
7612
|
},
|
|
8606
7613
|
{
|
|
8607
7614
|
"type": "interface",
|
|
8608
|
-
"name": "openzeppelin_token::
|
|
7615
|
+
"name": "openzeppelin_token::erc1155::interface::IERC1155Camel",
|
|
8609
7616
|
"items": [
|
|
8610
7617
|
{
|
|
8611
7618
|
"type": "function",
|
|
@@ -8614,6 +7621,10 @@ var IPClubCollectionABI = [
|
|
|
8614
7621
|
{
|
|
8615
7622
|
"name": "account",
|
|
8616
7623
|
"type": "core::starknet::contract_address::ContractAddress"
|
|
7624
|
+
},
|
|
7625
|
+
{
|
|
7626
|
+
"name": "tokenId",
|
|
7627
|
+
"type": "core::integer::u256"
|
|
8617
7628
|
}
|
|
8618
7629
|
],
|
|
8619
7630
|
"outputs": [
|
|
@@ -8625,16 +7636,20 @@ var IPClubCollectionABI = [
|
|
|
8625
7636
|
},
|
|
8626
7637
|
{
|
|
8627
7638
|
"type": "function",
|
|
8628
|
-
"name": "
|
|
7639
|
+
"name": "balanceOfBatch",
|
|
8629
7640
|
"inputs": [
|
|
8630
7641
|
{
|
|
8631
|
-
"name": "
|
|
8632
|
-
"type": "core::
|
|
7642
|
+
"name": "accounts",
|
|
7643
|
+
"type": "core::array::Span::<core::starknet::contract_address::ContractAddress>"
|
|
7644
|
+
},
|
|
7645
|
+
{
|
|
7646
|
+
"name": "tokenIds",
|
|
7647
|
+
"type": "core::array::Span::<core::integer::u256>"
|
|
8633
7648
|
}
|
|
8634
7649
|
],
|
|
8635
7650
|
"outputs": [
|
|
8636
7651
|
{
|
|
8637
|
-
"type": "core::
|
|
7652
|
+
"type": "core::array::Span::<core::integer::u256>"
|
|
8638
7653
|
}
|
|
8639
7654
|
],
|
|
8640
7655
|
"state_mutability": "view"
|
|
@@ -8655,6 +7670,10 @@ var IPClubCollectionABI = [
|
|
|
8655
7670
|
"name": "tokenId",
|
|
8656
7671
|
"type": "core::integer::u256"
|
|
8657
7672
|
},
|
|
7673
|
+
{
|
|
7674
|
+
"name": "value",
|
|
7675
|
+
"type": "core::integer::u256"
|
|
7676
|
+
},
|
|
8658
7677
|
{
|
|
8659
7678
|
"name": "data",
|
|
8660
7679
|
"type": "core::array::Span::<core::felt252>"
|
|
@@ -8665,7 +7684,7 @@ var IPClubCollectionABI = [
|
|
|
8665
7684
|
},
|
|
8666
7685
|
{
|
|
8667
7686
|
"type": "function",
|
|
8668
|
-
"name": "
|
|
7687
|
+
"name": "safeBatchTransferFrom",
|
|
8669
7688
|
"inputs": [
|
|
8670
7689
|
{
|
|
8671
7690
|
"name": "from",
|
|
@@ -8676,24 +7695,16 @@ var IPClubCollectionABI = [
|
|
|
8676
7695
|
"type": "core::starknet::contract_address::ContractAddress"
|
|
8677
7696
|
},
|
|
8678
7697
|
{
|
|
8679
|
-
"name": "
|
|
8680
|
-
"type": "core::integer::u256"
|
|
8681
|
-
}
|
|
8682
|
-
],
|
|
8683
|
-
"outputs": [],
|
|
8684
|
-
"state_mutability": "external"
|
|
8685
|
-
},
|
|
8686
|
-
{
|
|
8687
|
-
"type": "function",
|
|
8688
|
-
"name": "setApprovalForAll",
|
|
8689
|
-
"inputs": [
|
|
7698
|
+
"name": "tokenIds",
|
|
7699
|
+
"type": "core::array::Span::<core::integer::u256>"
|
|
7700
|
+
},
|
|
8690
7701
|
{
|
|
8691
|
-
"name": "
|
|
8692
|
-
"type": "core::
|
|
7702
|
+
"name": "values",
|
|
7703
|
+
"type": "core::array::Span::<core::integer::u256>"
|
|
8693
7704
|
},
|
|
8694
7705
|
{
|
|
8695
|
-
"name": "
|
|
8696
|
-
"type": "core::
|
|
7706
|
+
"name": "data",
|
|
7707
|
+
"type": "core::array::Span::<core::felt252>"
|
|
8697
7708
|
}
|
|
8698
7709
|
],
|
|
8699
7710
|
"outputs": [],
|
|
@@ -8701,39 +7712,39 @@ var IPClubCollectionABI = [
|
|
|
8701
7712
|
},
|
|
8702
7713
|
{
|
|
8703
7714
|
"type": "function",
|
|
8704
|
-
"name": "
|
|
7715
|
+
"name": "isApprovedForAll",
|
|
8705
7716
|
"inputs": [
|
|
8706
7717
|
{
|
|
8707
|
-
"name": "
|
|
8708
|
-
"type": "core::
|
|
7718
|
+
"name": "owner",
|
|
7719
|
+
"type": "core::starknet::contract_address::ContractAddress"
|
|
7720
|
+
},
|
|
7721
|
+
{
|
|
7722
|
+
"name": "operator",
|
|
7723
|
+
"type": "core::starknet::contract_address::ContractAddress"
|
|
8709
7724
|
}
|
|
8710
7725
|
],
|
|
8711
7726
|
"outputs": [
|
|
8712
7727
|
{
|
|
8713
|
-
"type": "core::
|
|
7728
|
+
"type": "core::bool"
|
|
8714
7729
|
}
|
|
8715
7730
|
],
|
|
8716
7731
|
"state_mutability": "view"
|
|
8717
7732
|
},
|
|
8718
7733
|
{
|
|
8719
7734
|
"type": "function",
|
|
8720
|
-
"name": "
|
|
7735
|
+
"name": "setApprovalForAll",
|
|
8721
7736
|
"inputs": [
|
|
8722
|
-
{
|
|
8723
|
-
"name": "owner",
|
|
8724
|
-
"type": "core::starknet::contract_address::ContractAddress"
|
|
8725
|
-
},
|
|
8726
7737
|
{
|
|
8727
7738
|
"name": "operator",
|
|
8728
7739
|
"type": "core::starknet::contract_address::ContractAddress"
|
|
8729
|
-
}
|
|
8730
|
-
],
|
|
8731
|
-
"outputs": [
|
|
7740
|
+
},
|
|
8732
7741
|
{
|
|
7742
|
+
"name": "approved",
|
|
8733
7743
|
"type": "core::bool"
|
|
8734
7744
|
}
|
|
8735
7745
|
],
|
|
8736
|
-
"
|
|
7746
|
+
"outputs": [],
|
|
7747
|
+
"state_mutability": "external"
|
|
8737
7748
|
}
|
|
8738
7749
|
]
|
|
8739
7750
|
},
|
|
@@ -8840,22 +7851,6 @@ var IPClubCollectionABI = [
|
|
|
8840
7851
|
"name": "base_uri",
|
|
8841
7852
|
"type": "core::byte_array::ByteArray"
|
|
8842
7853
|
},
|
|
8843
|
-
{
|
|
8844
|
-
"name": "max_supply",
|
|
8845
|
-
"type": "core::integer::u256"
|
|
8846
|
-
},
|
|
8847
|
-
{
|
|
8848
|
-
"name": "entry_fee",
|
|
8849
|
-
"type": "core::integer::u256"
|
|
8850
|
-
},
|
|
8851
|
-
{
|
|
8852
|
-
"name": "payment_token",
|
|
8853
|
-
"type": "core::option::Option::<core::starknet::contract_address::ContractAddress>"
|
|
8854
|
-
},
|
|
8855
|
-
{
|
|
8856
|
-
"name": "royalty_bps",
|
|
8857
|
-
"type": "core::integer::u256"
|
|
8858
|
-
},
|
|
8859
7854
|
{
|
|
8860
7855
|
"name": "owner",
|
|
8861
7856
|
"type": "core::starknet::contract_address::ContractAddress"
|
|
@@ -8864,9 +7859,14 @@ var IPClubCollectionABI = [
|
|
|
8864
7859
|
},
|
|
8865
7860
|
{
|
|
8866
7861
|
"type": "event",
|
|
8867
|
-
"name": "openzeppelin_token::
|
|
7862
|
+
"name": "openzeppelin_token::erc1155::erc1155::ERC1155Component::TransferSingle",
|
|
8868
7863
|
"kind": "struct",
|
|
8869
7864
|
"members": [
|
|
7865
|
+
{
|
|
7866
|
+
"name": "operator",
|
|
7867
|
+
"type": "core::starknet::contract_address::ContractAddress",
|
|
7868
|
+
"kind": "key"
|
|
7869
|
+
},
|
|
8870
7870
|
{
|
|
8871
7871
|
"name": "from",
|
|
8872
7872
|
"type": "core::starknet::contract_address::ContractAddress",
|
|
@@ -8878,37 +7878,52 @@ var IPClubCollectionABI = [
|
|
|
8878
7878
|
"kind": "key"
|
|
8879
7879
|
},
|
|
8880
7880
|
{
|
|
8881
|
-
"name": "
|
|
7881
|
+
"name": "id",
|
|
8882
7882
|
"type": "core::integer::u256",
|
|
8883
|
-
"kind": "
|
|
7883
|
+
"kind": "data"
|
|
7884
|
+
},
|
|
7885
|
+
{
|
|
7886
|
+
"name": "value",
|
|
7887
|
+
"type": "core::integer::u256",
|
|
7888
|
+
"kind": "data"
|
|
8884
7889
|
}
|
|
8885
7890
|
]
|
|
8886
7891
|
},
|
|
8887
7892
|
{
|
|
8888
7893
|
"type": "event",
|
|
8889
|
-
"name": "openzeppelin_token::
|
|
7894
|
+
"name": "openzeppelin_token::erc1155::erc1155::ERC1155Component::TransferBatch",
|
|
8890
7895
|
"kind": "struct",
|
|
8891
7896
|
"members": [
|
|
8892
7897
|
{
|
|
8893
|
-
"name": "
|
|
7898
|
+
"name": "operator",
|
|
8894
7899
|
"type": "core::starknet::contract_address::ContractAddress",
|
|
8895
7900
|
"kind": "key"
|
|
8896
7901
|
},
|
|
8897
7902
|
{
|
|
8898
|
-
"name": "
|
|
7903
|
+
"name": "from",
|
|
8899
7904
|
"type": "core::starknet::contract_address::ContractAddress",
|
|
8900
7905
|
"kind": "key"
|
|
8901
7906
|
},
|
|
8902
7907
|
{
|
|
8903
|
-
"name": "
|
|
8904
|
-
"type": "core::
|
|
7908
|
+
"name": "to",
|
|
7909
|
+
"type": "core::starknet::contract_address::ContractAddress",
|
|
8905
7910
|
"kind": "key"
|
|
7911
|
+
},
|
|
7912
|
+
{
|
|
7913
|
+
"name": "ids",
|
|
7914
|
+
"type": "core::array::Span::<core::integer::u256>",
|
|
7915
|
+
"kind": "data"
|
|
7916
|
+
},
|
|
7917
|
+
{
|
|
7918
|
+
"name": "values",
|
|
7919
|
+
"type": "core::array::Span::<core::integer::u256>",
|
|
7920
|
+
"kind": "data"
|
|
8906
7921
|
}
|
|
8907
7922
|
]
|
|
8908
7923
|
},
|
|
8909
7924
|
{
|
|
8910
7925
|
"type": "event",
|
|
8911
|
-
"name": "openzeppelin_token::
|
|
7926
|
+
"name": "openzeppelin_token::erc1155::erc1155::ERC1155Component::ApprovalForAll",
|
|
8912
7927
|
"kind": "struct",
|
|
8913
7928
|
"members": [
|
|
8914
7929
|
{
|
|
@@ -8930,22 +7945,44 @@ var IPClubCollectionABI = [
|
|
|
8930
7945
|
},
|
|
8931
7946
|
{
|
|
8932
7947
|
"type": "event",
|
|
8933
|
-
"name": "openzeppelin_token::
|
|
7948
|
+
"name": "openzeppelin_token::erc1155::erc1155::ERC1155Component::URI",
|
|
7949
|
+
"kind": "struct",
|
|
7950
|
+
"members": [
|
|
7951
|
+
{
|
|
7952
|
+
"name": "value",
|
|
7953
|
+
"type": "core::byte_array::ByteArray",
|
|
7954
|
+
"kind": "data"
|
|
7955
|
+
},
|
|
7956
|
+
{
|
|
7957
|
+
"name": "id",
|
|
7958
|
+
"type": "core::integer::u256",
|
|
7959
|
+
"kind": "key"
|
|
7960
|
+
}
|
|
7961
|
+
]
|
|
7962
|
+
},
|
|
7963
|
+
{
|
|
7964
|
+
"type": "event",
|
|
7965
|
+
"name": "openzeppelin_token::erc1155::erc1155::ERC1155Component::Event",
|
|
8934
7966
|
"kind": "enum",
|
|
8935
7967
|
"variants": [
|
|
8936
7968
|
{
|
|
8937
|
-
"name": "
|
|
8938
|
-
"type": "openzeppelin_token::
|
|
7969
|
+
"name": "TransferSingle",
|
|
7970
|
+
"type": "openzeppelin_token::erc1155::erc1155::ERC1155Component::TransferSingle",
|
|
8939
7971
|
"kind": "nested"
|
|
8940
7972
|
},
|
|
8941
7973
|
{
|
|
8942
|
-
"name": "
|
|
8943
|
-
"type": "openzeppelin_token::
|
|
7974
|
+
"name": "TransferBatch",
|
|
7975
|
+
"type": "openzeppelin_token::erc1155::erc1155::ERC1155Component::TransferBatch",
|
|
8944
7976
|
"kind": "nested"
|
|
8945
7977
|
},
|
|
8946
7978
|
{
|
|
8947
7979
|
"name": "ApprovalForAll",
|
|
8948
|
-
"type": "openzeppelin_token::
|
|
7980
|
+
"type": "openzeppelin_token::erc1155::erc1155::ERC1155Component::ApprovalForAll",
|
|
7981
|
+
"kind": "nested"
|
|
7982
|
+
},
|
|
7983
|
+
{
|
|
7984
|
+
"name": "URI",
|
|
7985
|
+
"type": "openzeppelin_token::erc1155::erc1155::ERC1155Component::URI",
|
|
8949
7986
|
"kind": "nested"
|
|
8950
7987
|
}
|
|
8951
7988
|
]
|
|
@@ -9009,7 +8046,7 @@ var IPClubCollectionABI = [
|
|
|
9009
8046
|
},
|
|
9010
8047
|
{
|
|
9011
8048
|
"type": "event",
|
|
9012
|
-
"name": "ip_club::IPClubCollection::IPClubCollection::
|
|
8049
|
+
"name": "ip_club::IPClubCollection::IPClubCollection::MembershipCreated",
|
|
9013
8050
|
"kind": "struct",
|
|
9014
8051
|
"members": [
|
|
9015
8052
|
{
|
|
@@ -9018,25 +8055,28 @@ var IPClubCollectionABI = [
|
|
|
9018
8055
|
"kind": "key"
|
|
9019
8056
|
},
|
|
9020
8057
|
{
|
|
9021
|
-
"name": "
|
|
9022
|
-
"type": "core::
|
|
9023
|
-
"kind": "
|
|
8058
|
+
"name": "max_supply",
|
|
8059
|
+
"type": "core::integer::u256",
|
|
8060
|
+
"kind": "data"
|
|
9024
8061
|
},
|
|
9025
8062
|
{
|
|
9026
|
-
"name": "
|
|
9027
|
-
"type": "core::
|
|
8063
|
+
"name": "start_time",
|
|
8064
|
+
"type": "core::option::Option::<core::integer::u64>",
|
|
9028
8065
|
"kind": "data"
|
|
9029
|
-
}
|
|
9030
|
-
]
|
|
9031
|
-
},
|
|
9032
|
-
{
|
|
9033
|
-
"type": "event",
|
|
9034
|
-
"name": "ip_club::IPClubCollection::IPClubCollection::OpenStatusChanged",
|
|
9035
|
-
"kind": "struct",
|
|
9036
|
-
"members": [
|
|
8066
|
+
},
|
|
9037
8067
|
{
|
|
9038
|
-
"name": "
|
|
9039
|
-
"type": "core::
|
|
8068
|
+
"name": "end_time",
|
|
8069
|
+
"type": "core::option::Option::<core::integer::u64>",
|
|
8070
|
+
"kind": "data"
|
|
8071
|
+
},
|
|
8072
|
+
{
|
|
8073
|
+
"name": "metadata_uri",
|
|
8074
|
+
"type": "core::byte_array::ByteArray",
|
|
8075
|
+
"kind": "data"
|
|
8076
|
+
},
|
|
8077
|
+
{
|
|
8078
|
+
"name": "created_at",
|
|
8079
|
+
"type": "core::integer::u64",
|
|
9040
8080
|
"kind": "data"
|
|
9041
8081
|
}
|
|
9042
8082
|
]
|
|
@@ -9047,8 +8087,8 @@ var IPClubCollectionABI = [
|
|
|
9047
8087
|
"kind": "enum",
|
|
9048
8088
|
"variants": [
|
|
9049
8089
|
{
|
|
9050
|
-
"name": "
|
|
9051
|
-
"type": "openzeppelin_token::
|
|
8090
|
+
"name": "ERC1155Event",
|
|
8091
|
+
"type": "openzeppelin_token::erc1155::erc1155::ERC1155Component::Event",
|
|
9052
8092
|
"kind": "flat"
|
|
9053
8093
|
},
|
|
9054
8094
|
{
|
|
@@ -9062,13 +8102,8 @@ var IPClubCollectionABI = [
|
|
|
9062
8102
|
"kind": "flat"
|
|
9063
8103
|
},
|
|
9064
8104
|
{
|
|
9065
|
-
"name": "
|
|
9066
|
-
"type": "ip_club::IPClubCollection::IPClubCollection::
|
|
9067
|
-
"kind": "nested"
|
|
9068
|
-
},
|
|
9069
|
-
{
|
|
9070
|
-
"name": "OpenStatusChanged",
|
|
9071
|
-
"type": "ip_club::IPClubCollection::IPClubCollection::OpenStatusChanged",
|
|
8105
|
+
"name": "MembershipCreated",
|
|
8106
|
+
"type": "ip_club::IPClubCollection::IPClubCollection::MembershipCreated",
|
|
9072
8107
|
"kind": "nested"
|
|
9073
8108
|
}
|
|
9074
8109
|
]
|
|
@@ -11845,6 +10880,11 @@ var TicketService = class {
|
|
|
11845
10880
|
]);
|
|
11846
10881
|
return Boolean(result);
|
|
11847
10882
|
}
|
|
10883
|
+
/** Read — number of tickets created so far (ids are sequential from 1). */
|
|
10884
|
+
async getTicketCount(params) {
|
|
10885
|
+
const result = await this._collectionRead(params.collection).call("ticket_count", []);
|
|
10886
|
+
return BigInt(result);
|
|
10887
|
+
}
|
|
11848
10888
|
/** Read — returns the Ticket record for a token ID. */
|
|
11849
10889
|
async getTicket(params) {
|
|
11850
10890
|
const t = await this._collectionRead(params.collection).call("get_ticket", [
|
|
@@ -11862,121 +10902,90 @@ var TicketService = class {
|
|
|
11862
10902
|
};
|
|
11863
10903
|
var ClubService = class {
|
|
11864
10904
|
constructor(config) {
|
|
11865
|
-
|
|
11866
|
-
this.
|
|
11867
|
-
this.factoryAddress = coords.ipClubFactory;
|
|
11868
|
-
}
|
|
11869
|
-
_registry(account, registryAddress) {
|
|
11870
|
-
const address = registryAddress ?? this.registryAddress;
|
|
11871
|
-
if (!address) throw new Error("IP-Club registry address not configured for this chain");
|
|
11872
|
-
return newContract(IPClubABI, normalizeAddress("STARKNET", address), account);
|
|
10905
|
+
this.config = config;
|
|
10906
|
+
this.factoryAddress = getStarknetCoordinates(config.chain).ipClubFactory;
|
|
11873
10907
|
}
|
|
11874
10908
|
_factory(account, factoryAddress) {
|
|
11875
10909
|
const address = factoryAddress ?? this.factoryAddress;
|
|
11876
10910
|
if (!address) throw new Error("IP-Club factory address not configured for this chain");
|
|
11877
10911
|
return newContract(IPClubFactoryABI, normalizeAddress("STARKNET", address), account);
|
|
11878
10912
|
}
|
|
11879
|
-
_collection(
|
|
11880
|
-
return newContract(IPClubCollectionABI, normalizeAddress("STARKNET",
|
|
10913
|
+
_collection(address, account) {
|
|
10914
|
+
return newContract(IPClubCollectionABI, normalizeAddress("STARKNET", address), account);
|
|
10915
|
+
}
|
|
10916
|
+
_collectionRead(address) {
|
|
10917
|
+
const provider = new RpcProvider({ nodeUrl: this.config.rpcUrl });
|
|
10918
|
+
return newContract(IPClubCollectionABI, normalizeAddress("STARKNET", address), provider);
|
|
11881
10919
|
}
|
|
11882
|
-
/**
|
|
11883
|
-
|
|
11884
|
-
|
|
11885
|
-
|
|
11886
|
-
|
|
11887
|
-
|
|
11888
|
-
const call = this._factory(account, params.factoryAddress).populate("
|
|
10920
|
+
/**
|
|
10921
|
+
* Deploys a new IPClubCollection via the factory. Caller becomes owner.
|
|
10922
|
+
* `baseUri` is the collection-level metadata URI, embedded on-chain in the
|
|
10923
|
+
* deploy transaction.
|
|
10924
|
+
*/
|
|
10925
|
+
async deployCollection(account, params) {
|
|
10926
|
+
const call = this._factory(account, params.factoryAddress).populate("deploy_collection", [
|
|
11889
10927
|
params.name,
|
|
11890
10928
|
params.symbol,
|
|
11891
|
-
params.baseUri
|
|
11892
|
-
maxSupply,
|
|
11893
|
-
entryFee,
|
|
11894
|
-
paymentToken,
|
|
11895
|
-
royaltyBps
|
|
10929
|
+
params.baseUri
|
|
11896
10930
|
]);
|
|
11897
10931
|
const res = await account.execute([call]);
|
|
11898
10932
|
return { txHash: res.transaction_hash };
|
|
11899
10933
|
}
|
|
11900
|
-
/** Owner-only
|
|
11901
|
-
async
|
|
11902
|
-
const
|
|
10934
|
+
/** Owner-only. Creates a new membership tier inside the caller's deployed collection. */
|
|
10935
|
+
async createMembership(account, params) {
|
|
10936
|
+
const startTime = params.startTime != null ? new CairoOption(CairoOptionVariant.Some, params.startTime) : new CairoOption(CairoOptionVariant.None);
|
|
10937
|
+
const endTime = params.endTime != null ? new CairoOption(CairoOptionVariant.Some, params.endTime) : new CairoOption(CairoOptionVariant.None);
|
|
10938
|
+
const call = this._collection(params.collection, account).populate("create_membership", [
|
|
10939
|
+
cairo.uint256(params.maxSupply),
|
|
10940
|
+
startTime,
|
|
10941
|
+
endTime,
|
|
10942
|
+
params.royaltyBps,
|
|
10943
|
+
params.metadataUri
|
|
10944
|
+
]);
|
|
11903
10945
|
const res = await account.execute([call]);
|
|
11904
10946
|
return { txHash: res.transaction_hash };
|
|
11905
10947
|
}
|
|
11906
|
-
/**
|
|
11907
|
-
|
|
11908
|
-
|
|
11909
|
-
|
|
11910
|
-
|
|
11911
|
-
|
|
11912
|
-
|
|
11913
|
-
|
|
11914
|
-
|
|
11915
|
-
normalizeAddress("STARKNET", params.collectionAddress),
|
|
11916
|
-
amount.low.toString(),
|
|
11917
|
-
amount.high.toString()
|
|
11918
|
-
]
|
|
11919
|
-
});
|
|
11920
|
-
}
|
|
11921
|
-
calls.push(
|
|
11922
|
-
this._collection(account, params.collectionAddress).populate("mint", [
|
|
11923
|
-
params.to ?? account.address
|
|
11924
|
-
])
|
|
11925
|
-
);
|
|
11926
|
-
const res = await account.execute(calls);
|
|
11927
|
-
return { txHash: res.transaction_hash };
|
|
11928
|
-
}
|
|
11929
|
-
// ── Legacy registry methods (retained for backward compatibility) ──────────────
|
|
11930
|
-
/** @deprecated Use deployClub — the factory pattern replaced the registry. */
|
|
11931
|
-
async createClub(account, params) {
|
|
11932
|
-
const maxMembers = params.maxMembers != null ? new CairoOption(CairoOptionVariant.Some, params.maxMembers) : new CairoOption(CairoOptionVariant.None);
|
|
11933
|
-
const entryFee = params.entryFee != null ? new CairoOption(CairoOptionVariant.Some, cairo.uint256(params.entryFee)) : new CairoOption(CairoOptionVariant.None);
|
|
11934
|
-
const paymentToken = params.paymentToken ? new CairoOption(CairoOptionVariant.Some, params.paymentToken) : new CairoOption(CairoOptionVariant.None);
|
|
11935
|
-
const call = this._registry(account, params.registryAddress).populate("create_club", [
|
|
11936
|
-
params.name,
|
|
11937
|
-
params.symbol,
|
|
11938
|
-
params.metadataUri,
|
|
11939
|
-
maxMembers,
|
|
11940
|
-
entryFee,
|
|
11941
|
-
paymentToken
|
|
10948
|
+
/**
|
|
10949
|
+
* Owner-only. Mints `amount` of `tokenId` to `to`. The validity window
|
|
10950
|
+
* gates membership, never minting — future-window tiers mint fine.
|
|
10951
|
+
*/
|
|
10952
|
+
async mint(account, params) {
|
|
10953
|
+
const call = this._collection(params.collection, account).populate("mint", [
|
|
10954
|
+
params.to,
|
|
10955
|
+
cairo.uint256(params.tokenId),
|
|
10956
|
+
cairo.uint256(params.amount)
|
|
11942
10957
|
]);
|
|
11943
10958
|
const res = await account.execute([call]);
|
|
11944
10959
|
return { txHash: res.transaction_hash };
|
|
11945
10960
|
}
|
|
11946
|
-
/**
|
|
11947
|
-
async
|
|
11948
|
-
const
|
|
11949
|
-
|
|
11950
|
-
params.open
|
|
10961
|
+
/** Read — true if holder holds any tier currently inside its validity window. */
|
|
10962
|
+
async isMember(params) {
|
|
10963
|
+
const result = await this._collectionRead(params.collection).call("is_member", [
|
|
10964
|
+
params.holder
|
|
11951
10965
|
]);
|
|
11952
|
-
|
|
11953
|
-
return { txHash: res.transaction_hash };
|
|
10966
|
+
return Boolean(result);
|
|
11954
10967
|
}
|
|
11955
|
-
/**
|
|
11956
|
-
async
|
|
11957
|
-
const
|
|
11958
|
-
|
|
11959
|
-
|
|
11960
|
-
|
|
11961
|
-
|
|
11962
|
-
calls.push({
|
|
11963
|
-
contractAddress: params.paymentToken,
|
|
11964
|
-
entrypoint: "approve",
|
|
11965
|
-
calldata: [normalizeAddress("STARKNET", registryAddress), amount.low.toString(), amount.high.toString()]
|
|
11966
|
-
});
|
|
11967
|
-
}
|
|
11968
|
-
calls.push(this._registry(account, registryAddress).populate("join_club", [cairo.uint256(params.clubId)]));
|
|
11969
|
-
const res = await account.execute(calls);
|
|
11970
|
-
return { txHash: res.transaction_hash };
|
|
10968
|
+
/** Read — true if holder holds `tokenId` and the current time is inside its window. */
|
|
10969
|
+
async isMemberOf(params) {
|
|
10970
|
+
const result = await this._collectionRead(params.collection).call("is_member_of", [
|
|
10971
|
+
cairo.uint256(params.tokenId),
|
|
10972
|
+
params.holder
|
|
10973
|
+
]);
|
|
10974
|
+
return Boolean(result);
|
|
11971
10975
|
}
|
|
11972
|
-
/**
|
|
11973
|
-
async
|
|
11974
|
-
const
|
|
11975
|
-
cairo.uint256(params.clubId),
|
|
10976
|
+
/** Read — returns the Membership record for a token ID. */
|
|
10977
|
+
async getMembership(params) {
|
|
10978
|
+
const m = await this._collectionRead(params.collection).call("get_membership", [
|
|
11976
10979
|
cairo.uint256(params.tokenId)
|
|
11977
10980
|
]);
|
|
11978
|
-
|
|
11979
|
-
|
|
10981
|
+
return {
|
|
10982
|
+
maxSupply: BigInt(m.max_supply),
|
|
10983
|
+
minted: BigInt(m.minted),
|
|
10984
|
+
startTime: m.start_time?.variant === "Some" ? Number(m.start_time.values[0] ?? m.start_time.value) : null,
|
|
10985
|
+
endTime: m.end_time?.variant === "Some" ? Number(m.end_time.values[0] ?? m.end_time.value) : null,
|
|
10986
|
+
royaltyBps: Number(m.royalty_bps),
|
|
10987
|
+
metadataUri: m.metadata_uri
|
|
10988
|
+
};
|
|
11980
10989
|
}
|
|
11981
10990
|
};
|
|
11982
10991
|
var SponsorshipService = class {
|
|
@@ -12988,6 +11997,6 @@ function encodeByteArray(str) {
|
|
|
12988
11997
|
];
|
|
12989
11998
|
}
|
|
12990
11999
|
|
|
12991
|
-
export { ADMIN_HEADERS, ADMIN_SCOPE, ApiClient, CHAINS, MAX_SUPPLY as COIN_MAX_SUPPLY, MIN_SUPPLY as COIN_MIN_SUPPLY, ClubService, CreatorCoinFactoryABI, CreatorCoinService, DEFAULT_CHAIN, DEFAULT_CURRENCY, DropCollectionABI, DropFactoryABI, DropService, ERC1155CollectionService, FeeConfigSchema,
|
|
12000
|
+
export { ADMIN_HEADERS, ADMIN_SCOPE, ApiClient, CHAINS, MAX_SUPPLY as COIN_MAX_SUPPLY, MIN_SUPPLY as COIN_MIN_SUPPLY, ClubService, CreatorCoinFactoryABI, CreatorCoinService, DEFAULT_CHAIN, DEFAULT_CURRENCY, DropCollectionABI, DropFactoryABI, DropService, ERC1155CollectionService, FeeConfigSchema, IPClubCollectionABI, IPClubFactoryABI, IPCollection1155ABI, IPCollection1155FactoryABI, IPCollectionABI, IPGenesisABI, IPMarketplaceABI, IPNftABI, IPSponsorshipABI, IPTicketCollectionABI, IPTicketCollectionFactoryABI, LAUNCH_PRICE_QUOTE_PER_COIN, Medialane1155ABI, MedialaneApiError, MedialaneClient, MedialaneError, OPEN_LICENSES, POPCollectionABI, POPFactoryABI, PUBLIC_RPC_FALLBACKS, PopService, STARKNET_COLLECTION_1155_CLASS_HASH, STARKNET_COLLECTION_1155_CONTRACT, STARKNET_COLLECTION_1155_FACTORY_CLASS_HASH, STARKNET_COLLECTION_1155_START_BLOCK, STARKNET_COLLECTION_721_CONTRACT, STARKNET_COLLECTION_721_START_BLOCK, STARKNET_CREATOR_COIN_CLASS_HASH, STARKNET_CREATOR_COIN_EKUBO_LAUNCHER, STARKNET_CREATOR_COIN_FACTORY_CLASS_HASH, STARKNET_CREATOR_COIN_FACTORY_CONTRACT, STARKNET_CREATOR_COIN_START_BLOCK, STARKNET_DROP_COLLECTION_CLASS_HASH, STARKNET_DROP_FACTORY_CONTRACT, STARKNET_EKUBO_CORE, STARKNET_IPCOLLECTION_CLASS_HASH, STARKNET_IPNFT_CLASS_HASH, STARKNET_IP_CLUB_COLLECTION_CLASS_HASH, STARKNET_IP_CLUB_FACTORY_CONTRACT, STARKNET_IP_SPONSORSHIP_CLASS_HASH, STARKNET_IP_SPONSORSHIP_CONTRACT, STARKNET_IP_TICKETS_FACTORY_CONTRACT, STARKNET_IP_TICKET_COLLECTION_CLASS_HASH, STARKNET_MARKETPLACE_1155_CLASS_HASH, STARKNET_MARKETPLACE_1155_CONTRACT, STARKNET_MARKETPLACE_1155_START_BLOCK, STARKNET_MARKETPLACE_721_CLASS_HASH, STARKNET_MARKETPLACE_721_CONTRACT, STARKNET_MARKETPLACE_721_START_BLOCK, STARKNET_NFTCOMMENTS_CONTRACT, STARKNET_POP_COLLECTION_CLASS_HASH, STARKNET_POP_FACTORY_CONTRACT, SUPPORTED_TOKENS, SponsorshipService, StarknetVenue, TicketService, VALIDATED_EKUBO_PARAMS, adminRequestDigest, build1155CancellationTypedData, build1155OrderTypedData, buildAdminSessionTypedData, buildCancellationTypedData, buildCreateCreatorCoinCall, buildFeeCall, buildLaunchOnEkuboCalls, buildOrderTypedData, buybackQuoteRaw, toRaw as coinToRaw, createAdminSessionGrant, createFailoverFetch, encodeAdminHeaders, encodeByteArray, fdvHuman, formatAmount, getCoordinates, getCounter, getCounter1155, getCreatorCoinPrice, getListableTokens, getOrderDetails, getOrderDetails1155, getService, getServicesByCapability, getSiwsStorageKey, getStarknetCoordinates, getStoredSiwsToken, getTokenByAddress, getTokenBySymbol, hasCapability, isServiceId, isSiwsTokenValid, isTransientRpcError, listServices, normalizeAddress, normalizeHash, normalizeSiwsSignature, parseAdminHeaders, parseAmount, parseCreatorCoinCreated, randomNonce, requestSiwsToken, resolveConfig, resolveFeeConfig, sessionKeyHashOf, shortenAddress, signAdminRequest, storeSiwsToken, stringifyBigInts, teamCoinsRaw, u256ToBigInt, validateName as validateCoinName, validateSupply as validateCoinSupply, validateSymbol as validateCoinSymbol, verifyAdminRequestSig };
|
|
12992
12001
|
//# sourceMappingURL=index.js.map
|
|
12993
12002
|
//# sourceMappingURL=index.js.map
|