RhinoERC1155
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 46 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "RhinoERC1155"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "RhinoERC1155"
ABI
ABI objects
Getter at block 21804698
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokens(uint256) view returns (uint256 maxCap, uint256 maxBalancePerUser, bool isTransferable, uint256 mintFee, uint256 reducedMintFee, address reducedMintFeeContract, uint256 reducedMintFeeTokenID, address signerAddress, string signaturePrefix, string tokenURI)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 _tokenID) view returns (string)
State-modifying
Events createToken(uint256 _maxCap, uint256 _maxBalancePerUser, bool _isTransferable, uint256 _mintFee, uint256 _reducedMintFee, address _reducedMintFeeContract, uint256 _reducedMintFeeTokenID, address _signerAddress, string _signaturePrefix, string _tokenURI)
initialize()
mint(uint256 _tokenID) payable
mint(uint256 _tokenID, bytes _signature) payable
pause()
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
transferOwnership(address newOwner)
unpause()
updateIsTransferable(uint256 _tokenID, bool _isTransferable)
updateMaxBalancePerUser(uint256 _tokenID, uint256 _maxBalancePerUser)
updateMaxCap(uint256 _tokenID, uint256 _maxCap)
updateMintFee(uint256 _tokenID, uint256 _mintFee)
updateReducedMintFee(uint256 _tokenID, uint256 _reducedMintFee)
updateReducedMintFeeContract(uint256 _tokenID, address _reducedMintFeeContract)
updateSignaturePrefix(uint256 _tokenID, string _signaturePrefix)
updateSignerAddress(uint256 _tokenID, address _signerAddress)
updateTokenURI(uint256 _tokenID, string _tokenURI)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.