This contract is being backfilled. You may encounter incomplete storage history.

ERC1155PaymentSplitterUAEUpgradeable

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x00597ee3 at 13723575
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 46 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
10 additional variables

No balances found for "ERC1155PaymentSplitterUAEUpgradeable"

No transactions found for "ERC1155PaymentSplitterUAEUpgradeable"


Functions
Getter at block 20801611
getOwner(view returns (address)
0x0000000000000000000000000000000000000000
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
releaseTokenId(view returns (uint256)
0
releaseTokenSupply(pure returns (uint256)
1971
royaltyParams(view returns (address royaltyAddressuint256 royaltyPercent)
(royaltyAddress=0x0000000000000000000000000000000000000000, royaltyPercent=0)
symbol(view returns (string)
totalReleased(view returns (uint256)
0
totalShares(view returns (uint256)
0
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
exists(uint256 idview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
payee(uint256 indexview returns (address)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
royaltyInfo(uint256uint256 salePrice_view returns (address receiveruint256 royaltyAmount)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceId_view returns (bool)
tokenInfo(uint256 tokenId_view returns (uint256 tokenSupplystring tokenUri)
totalReleased(address tokenview returns (uint256)
totalSupply(uint256 idview returns (uint256)
uri(uint256 tokenId_view returns (string)
State-modifying
burn(address accountuint256 iduint256 value
burnBatch(address accountuint256[] idsuint256[] values
initialize(string name_string symbol_address releaseMintTo_uint256 releaseTokenId_string releaseTokenUri_string defaultUri_address[] payees_uint256[] shares_
pause(
release(address account_
release(address token_address account_
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool approved
transferOwnership(address newOwner
unpause(
updateReleaseTokenURI(string releaseTokenUri_
updateRoyaltyParams(address royaltyAddress_uint256 royaltyPercent_
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
ReleaseTokenUriUpdated(string tokenURI
RoyaltyParamsUpdated(address accountuint256 percent
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Unpaused(address account
Constructor

This contract contains no constructor objects.

Fallback and receive
receive(
Errors

This contract contains no error objects.