AsyncArtwork_v2
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
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 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
14 additional
variables
Balances ($0.00)
No balances found for "AsyncArtwork_v2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "AsyncArtwork_v2"
ABI
ABI objects
Getter at block 21259216
artistSecondSalePercentage() view returns (uint256)
0
defaultPlatformFirstSalePercentage() view returns (uint256)
0
defaultPlatformSecondSalePercentage() view returns (uint256)
0
expectedTokenSupply() view returns (uint256)
0
minBidIncreasePercent() view returns (uint256)
0
minterAddress() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
platformAddress() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
totalSupply() view returns (uint256)
0
upgraderAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
buyPrices(uint256) view returns (uint256)
controlTokenMapping(uint256) view returns (uint256 numControlLevers, int256 numRemainingUpdates, bool exists, bool isSetup)
creatorWhitelist(uint256) view returns (address creator, uint256 layerCount)
failedTransferCredits(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getControlToken(uint256 controlTokenId) view returns (int256[])
getNumRemainingControlUpdates(uint256 controlTokenId) view returns (int256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
pendingBids(uint256) view returns (address bidder, uint256 amount, bool exists)
permissionedControllers(address, uint256) view returns (address)
platformFirstSalePercentages(uint256) view returns (uint256)
platformSecondSalePercentages(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenDidHaveFirstSale(uint256) view returns (bool)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokenURILocked(uint256) view returns (bool)
uniqueTokenCreators(uint256, uint256) view returns (address)
State-modifying
Events acceptBid(uint256 tokenId, uint256 minAcceptedAmount)
approve(address to, uint256 tokenId)
bid(uint256 tokenId) payable
grantControlPermission(uint256 tokenId, address permissioned)
initialize()
initialize(string name, string symbol)
lockTokenURI(uint256 tokenId)
makeBuyPrice(uint256 tokenId, uint256 amount)
mintArtwork(uint256 masterTokenId, string artworkTokenURI, address[] controlTokenArtists, address[] uniqueArtists)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
setExpectedTokenSupply(uint256 newExpectedTokenSupply)
setup(string name, string symbol, uint256 initialExpectedTokenSupply, address _upgraderAddress)
setupControlToken(uint256 controlTokenId, string controlTokenURI, int256[] leverMinValues, int256[] leverMaxValues, int256[] leverStartValues, int256 numAllowedUpdates, address[] additionalCollaborators)
takeBuyPrice(uint256 tokenId, int256 expectedRemainingUpdates) payable
transferFrom(address from, address to, uint256 tokenId)
updateArtistSecondSalePercentage(uint256 _artistSecondSalePercentage)
updateDefaultPlatformSalePercentage(uint256 _defaultPlatformFirstSalePercentage, uint256 _defaultPlatformSecondSalePercentage)
updateMinimumBidIncreasePercent(uint256 _minBidIncreasePercent)
updateMinterAddress(address newMinterAddress)
updatePlatformAddress(address newPlatformAddress)
updatePlatformSalePercentage(uint256 tokenId, uint256 platformFirstSalePercentage, uint256 platformSecondSalePercentage)
updateTokenURI(uint256 tokenId, string tokenURI)
upgradeV1Token(uint256 tokenId, address v1Address, bool isControlToken, address to, uint256 platformFirstPercentageForToken, uint256 platformSecondPercentageForToken, bool hasTokenHadFirstSale, address[] uniqueTokenCreatorsForToken)
useControlToken(uint256 controlTokenId, uint256[] leverIds, int256[] newValues) payable
waiveFirstSaleRequirement(uint256[] tokenIds)
whitelistTokenForCreator(address creator, uint256 masterTokenId, uint256 layerCount, uint256 platformFirstSalePercentage, uint256 platformSecondSalePercentage)
withdrawAllFailedCredits()
withdrawBid(uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ArtistSecondSalePercentUpdated(uint256 artistSecondPercentage)
BidProposed(uint256 tokenId, uint256 bidAmount, address bidder)
BidWithdrawn(uint256 tokenId)
BuyPriceSet(uint256 tokenId, uint256 price)
ControlLeverUpdated(uint256 tokenId, uint256 priorityTip, int256 numRemainingUpdates, uint256[] leverIds, int256[] previousValues, int256[] updatedValues)
CreatorWhitelisted(uint256 tokenId, uint256 layerCount, address creator)
DefaultPlatformSalePercentageUpdated(uint256 defaultPlatformFirstSalePercentage, uint256 defaultPlatformSecondSalePercentage)
FirstSaleWaived(uint256[] tokenIds)
PermissionUpdated(uint256 tokenId, address tokenOwner, address permissioned)
PlatformAddressUpdated(address platformAddress)
PlatformSalePercentageUpdated(uint256 tokenId, uint256 platformFirstPercentage, uint256 platformSecondPercentage)
TokenSale(uint256 tokenId, uint256 salePrice, address buyer)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.