Async Art
Verified contract
Proxy
Active on
Ethereum with 25,766 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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
16 additional
variables
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,310.20 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21257440 | 6 hours ago | | | 0 | 0.00090808451 | |
| 21252356 | a day ago | | | 0 | 0.0011546299 | |
| 21252354 | a day ago | | | 0 | 0.0016565739 | |
| 21250276 | a day ago | | | 0 | 0.00086293837 | |
| 21243106 | 2 days ago | | | 0 | 0.0010302318 | |
| 21240235 | 3 days ago | | | 0 | 0.0013297861 | |
| 21235938 | 3 days ago | | | 0 | 0.0014875374 | |
| 21231859 | 4 days ago | | | 0 | 0.00065227761 | |
| 21228786 | 4 days ago | | | 0 | 0.0010613585 | |
| 21221614 | 5 days ago | | | 0 | 0.00098737062 |
ABI
ABI objects
Getter at block 21259216
artistSecondSalePercentage() view returns (uint256)
10
defaultPlatformFirstSalePercentage() view returns (uint256)
10
defaultPlatformSecondSalePercentage() view returns (uint256)
1
expectedTokenSupply() view returns (uint256)
10790
minBidIncreasePercent() view returns (uint256)
1
minterAddress() view returns (address)
0x60874f721a66a2b9018c7cacc46151708864f52d
name() view returns (string)
Async Art
platformAddress() view returns (address)
0xdb8ac7027ce4a09c640ea07d582c700e78b95536
symbol() view returns (string)
ASYNC-V2
totalSupply() view returns (uint256)
5280
upgraderAddress() view returns (address)
0xf488040dbd65e5bd222085eee03b111c50ec46c4
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 admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
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)
constructor(address _logic, address _admin, bytes _data)
fallback()
This contract contains no error objects.