TokenFactory
Verified contract
Active on
Ethereum with 126 txns
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 "TokenFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14614358 | 3 years ago | | | 0 | 0.0068249296 | |
| 14603137 | 3 years ago | | | 0 | 0.017433942 | |
| 13772590 | 3 years ago | | | 0 | 0.046029200 | |
| 13711094 | 3 years ago | | | 0 | 0.061264080 | |
| 13706990 | 3 years ago | | | 0 | 0.055790832 | |
| 13706136 | 3 years ago | | | 0 | 0.076531500 | |
| 13705181 | 3 years ago | | | 0 | 0.061599375 | |
| 13689013 | 3 years ago | | | 0 | 0.10718568 | |
| 13688148 | 3 years ago | | | 0 | 0.037098804 | |
| 13688127 | 3 years ago | | | 0 | 0.037100112 |
ABI
ABI objects
Getter at block 21224652
DOMAIN_SEPARATOR() view returns (bytes32)
0x084f12c5bb4283df104e8a6d0e5336a88344226e1dbc809c3782d5802a013ec2
MAX_OPERATIONAL_FEE() view returns (uint8)
50
MAX_ROYALTY_FEE() view returns (uint8)
250
MINT_BATCH_1155_TYPEHASH() view returns (bytes32)
0xb47ce0f6456fcc2f16b7d6e7b0255eb73822b401248e672a4543c2b3d7183043
MINT_BATCH_721_TYPEHASH() view returns (bytes32)
0x884adba7f4e17962aed36c871036adea39c6d9f81fb25407a78db239e9731e86
MINT_SOCIAL_TOKEN_TYPEHASH() view returns (bytes32)
0x8f4bf92e5271f5ec2f59dc3fc74368af0064fb84b40a3de9150dd26c08cda104
PARK_TOKEN_IDS_721_TYPEHASH() view returns (bytes32)
0x3fddacac0a7d8b05f741f01ff6becadd9986be8631a2af41a675f365dd74090d
baseURI1155() view returns (string)
https://api.shoyunft.com/metadata/1/
baseURI721() view returns (string)
https://api.shoyunft.com/metadata/1/
erc1155Exchange() view returns (address)
0x17a68154b8daf28fe45f85157169afe182870e1f
erc721Exchange() view returns (address)
0xd82c61c95b9bfdbc4c245af245185b16f5727dc4
operationalFeeInfo() view returns (address recipient, uint8 permil)
(recipient=0x58e7a64b99968a0f388c3dbc60594c4aed169a8a, permil=0)
owner() view returns (address)
0x58e7a64b99968a0f388c3dbc60594c4aed169a8a
protocolFeeInfo() view returns (address recipient, uint8 permil)
(recipient=0x926a222ff9fa7a7cf039bf6e7d33271e81608103, permil=25)
Read-only
isDeployerWhitelisted(address) view returns (bool)
isNFT1155(address query) view returns (bool result)
isNFT721(address query) view returns (bool result)
isSocialToken(address query) view returns (bool result)
isStrategyWhitelisted(address) view returns (bool)
nonces(address) view returns (uint256)
State-modifying
Events deployNFT1155AndMintBatch(address owner, uint256[] tokenIds, uint256[] amounts, address royaltyFeeRecipient, uint8 royaltyFee) returns (address nft)
deployNFT721AndMintBatch(address owner, string name, string symbol, uint256[] tokenIds, address royaltyFeeRecipient, uint8 royaltyFee) returns (address nft)
deployNFT721AndPark(address owner, string name, string symbol, uint256 toTokenId, address royaltyFeeRecipient, uint8 royaltyFee) returns (address nft)
deploySocialToken(address owner, string name, string symbol, address dividendToken, uint256 initialSupply) returns (address proxy)
mintBatch1155(address nft, address to, uint256[] tokenIds, uint256[] amounts, bytes data, uint8 v, bytes32 r, bytes32 s)
mintBatch721(address nft, address to, uint256[] tokenIds, bytes data, uint8 v, bytes32 r, bytes32 s)
mintSocialToken(address token, address to, uint256 amount, uint8 v, bytes32 r, bytes32 s)
parkTokenIds721(address nft, uint256 toTokenId, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
setBaseURI1155(string uri)
setBaseURI721(string uri)
setDeployerWhitelisted(address deployer, bool whitelisted)
setOperationalFee(uint8 operationalFee)
setOperationalFeeRecipient(address operationalFeeRecipient)
setProtocolFeeRecipient(address protocolFeeRecipient)
setStrategyWhitelisted(address strategy, bool whitelisted)
transferOwnership(address newOwner)
upgradeERC1155Exchange(address exchange)
upgradeERC721Exchange(address exchange)
upgradeNFT1155(address newTarget)
upgradeNFT721(address newTarget)
upgradeSocialToken(address newTarget)
DeployNFT1155AndMintBatch(address indexed proxy, address indexed owner, uint256[] tokenIds, uint256[] amounts, address royaltyFeeRecipient, uint8 royaltyFee)
DeployNFT721AndMintBatch(address indexed proxy, address indexed owner, string name, string symbol, uint256[] tokenIds, address royaltyFeeRecipient, uint8 royaltyFee)
DeployNFT721AndPark(address indexed proxy, address indexed owner, string name, string symbol, uint256 toTokenId, address royaltyFeeRecipient, uint8 royaltyFee)
DeploySocialToken(address indexed proxy, address indexed owner, string name, string symbol, address indexed dividendToken, uint256 initialSupply)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetBaseURI1155(string uri)
SetBaseURI721(string uri)
SetDeployerWhitelisted(address deployer, bool whitelisted)
SetOperationalFee(uint8 fee)
SetOperationalFeeRecipient(address recipient)
SetProtocolFeeRecipient(address recipient)
SetStrategyWhitelisted(address strategy, bool whitelisted)
UpgradeERC1155Exchange(address exchange)
UpgradeERC721Exchange(address exchange)
UpgradeNFT1155(address newTarget)
UpgradeNFT721(address newTarget)
UpgradeSocialToken(address newTarget)
constructor(address protocolFeeRecipient, uint8 protocolFee, address operationalFeeRecipient, uint8 operationalFee, string _baseURI721, string _baseURI1155)
This contract contains no fallback and receive objects.
This contract contains no error objects.