Blockchain Art Exchange
Verified contract
Active on
Ethereum with 3,910 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($283.71)
Native
Value
$283.71
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.09 | $3,152.36 |
$283.71 | |
0x3edf…47aa | ERC-1555 | 12 | -- | -- | |
0x3edf…47aa | ERC-1555 | 12 | -- | -- | |
0x3edf…47aa | ERC-1555 | 3 | -- | -- | |
0x3edf…47aa | ERC-1555 | 3 | -- | -- | |
0x3edf…47aa | ERC-1555 | 2 | -- | -- | |
0x3edf…47aa | ERC-1555 | 2 | -- | -- | |
0x3edf…47aa | ERC-1555 | 2 | -- | -- | |
0x3edf…47aa | ERC-1555 | 1 | -- | -- | |
0x3edf…47aa | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21048586 | 22 days ago | | | 0 | 0.00034017624 | |
| 21047647 | 22 days ago | | | 0 | 0.00022276202 | |
| 21011557 | a month ago | | | 0 | 0.00014978051 | |
| 20889994 | a month ago | | | 0 | 0.000088729040 | |
| 20889964 | a month ago | | | 0 | 0.00015125131 | |
| 20734672 | 2 months ago | | | 0 | 0.00015757123 | |
| 20558224 | 3 months ago | | | 0 | 0.000056877777 | |
| 20500904 | 3 months ago | | | 0 | 0.000038216282 | |
| 20446365 | 3 months ago | | | 0 | 0.000093716524 | |
| 20439175 | 3 months ago | | | 0 | 0.00017121947 |
ABI
ABI objects
Getter at block 21202816
auctionCount() view returns (uint256)
509
auctionFee() view returns (uint256)
10
isOwner() view returns (bool)
false
name() view returns (string)
Blockchain Art Exchange
owner() view returns (address)
0xd2611e93f08beae35a34318e4929d3398d437d61
symbol() view returns (string)
BAE
Read-only
auctionList(uint256) view returns (address owner, address lastBidder, uint256 bid, uint256 expiry, uint256 token)
balanceOf(address _owner, uint256 _id) view returns (uint256)
balanceOfBatch(address[] _owners, uint256[] _ids) view returns (uint256[])
creators(uint256) view returns (address)
isApprovedForAll(address _owner, address _operator) view returns (bool isOperator)
supportsInterface(bytes4 _interfaceID) view returns (bool)
tokenSupply(uint256) view returns (uint256)
totalSupply(uint256 _id) view returns (uint256)
uri(uint256 _id) view returns (string)
State-modifying
Events bid(uint256 _index) payable
buy(uint256 _index) payable
changePrintFee(uint256 _newPrice)
concludeAuction(uint256 _index)
create(uint256 _initialSupply, string _name, string _uri, bytes _data) payable returns (uint256)
createAuction(uint256 _price, uint256 _expiry, uint256 _token, uint256 _amount)
importToken(uint256 _tokenIndex, string _uri, bytes _data)
renounceOwnership()
resetAuction(uint256 _index, uint256 _expiry, uint256 _price)
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)
setAuctionFee(uint256 _newFee)
setBaseMetadataURI(string _newBaseMetadataURI)
setCreator(address _to, uint256[] _ids)
toggleImports()
transferOwnership(address newOwner)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
ArtCreated(uint256 token, uint256 amount, string name, address artist)
AuctionEnd(uint256 token, uint256 finalBid, address owner, address newOwner, uint256 auctionIndex)
AuctionReset(uint256 auctionIndex, uint256 newExpiry, uint256 newPrice)
AuctionStart(address creator, uint256 token, uint256 startingBid, uint256 auctionIndex, uint256 expiry)
Bid(address bidder, uint256 token, uint256 auctionIndex, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed _operator, address indexed _from, address indexed _to, uint256[] _ids, uint256[] _amounts)
TransferSingle(address indexed _operator, address indexed _from, address indexed _to, uint256 _id, uint256 _amount)
URI(string _uri, uint256 indexed _id)
constructor(address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.