BlockArtFactoryV2
Verified contract
Active on
Ethereum with 10,885 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5,723.23)
Native
Value
$5,723.23
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.781766 | $3,212.11 |
$5,723.23 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20011883 | 5 months ago | | | 0 | 0.00091367797 | |
| 19717924 | 7 months ago | | | 0 | 0.00060018761 | |
| 19717913 | 7 months ago | | | 0 | 0.00060860723 | |
| 19717896 | 7 months ago | | | 0 | 0.00061985410 | |
| 19432652 | 8 months ago | | | 0 | 0.0026616633 | |
| 19432640 | 8 months ago | | | 0 | 0.0028588289 | |
| 19432620 | 8 months ago | | | 0 | 0.0023473811 | |
| 19432602 | 8 months ago | | | 0 | 0.0028487430 | |
| 19432582 | 8 months ago | | | 0 | 0.0025449235 | |
| 19432571 | 8 months ago | | | 0 | 0.0028653251 |
ABI
ABI objects
Getter at block 21158698
artsAddr() view returns (address)
0xb80fbf6cdb49c33dc6ae4ca11af8ac47b0b4c0f3
burnFee() view returns (uint256)
10000000000000000
coinsBalance() view returns (uint256)
281766147859922250
dutchLength() view returns (uint256)
1028
getCoinsBalance() view returns (uint256)
281766147859922250
getDutchLength() view returns (uint256)
1028
getPriceCeil() view returns (uint256)
10000000000000000
getPriceFloor() view returns (uint256)
10000000000000000
oldFactoryAddr() view returns (address)
0xa6d71f644e0c3e1673bd99f32e84f21827322ae3
owner() view returns (address)
0x27e734f49bf8665c0027cb758b5823836c2b3ed2
priceCeil() view returns (uint256)
10000000000000000
priceFloor() view returns (uint256)
10000000000000000
remintFee() view returns (uint256)
0
stylePrice() view returns (uint256)
10000000000000000
stylesAddr() view returns (address)
0x73c8460f8043a4521c889a3cc23d1c81214a1d25
Read-only
calcArtPrice(uint256 blockNumber, uint256 styleId) view returns (uint256)
canMintWithStyle(uint256 styleId) view returns (bool)
getPsfb(uint256 blockNumber) view returns (uint256)
getStyleBalance(uint256 styleId) view returns (uint256)
isStyleListed(uint256 styleId) view returns (bool)
State-modifying
Events addStyle(uint256 styleId)
burnArt(uint256 tokenId) payable
collectBalance()
collectCoins()
collectStyleFees(uint256 styleId)
mintArt(address to, uint256 blockNumber, uint256 styleId, string metadata) payable
mintStyle(address to, uint256 cap, uint256 feeMul, uint256 feeMin, string canvas) payable
remint(uint256 tokenId, string metadata) payable
removeStyle(uint256 styleId)
renounceOwnership()
setArtContractURI(string uri)
setAsl(uint256[] asls)
setCeil(uint256 value)
setDutchLength(uint256 value)
setFloor(uint256 value)
setOldFa(address _oldfa)
setPsfb(uint256 blockNumber, uint256 value)
setPsfbs(struct BlockArtFactoryV2Bp[] psfba)
setRemintFee(uint256 value)
setStyleBaseURI(string uri)
setStylePrice(uint256 value)
transferOldFaOwnership(address to)
transferOwnership(address newOwner)
transferTokensOwnership(address to)
Burn(address indexed to, uint256 indexed tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReMint(address indexed to, uint256 indexed tokenId)
StyleAdded(uint256 indexed styleId)
StyleFeeCollected(address indexed to, uint256 styleId, uint256 amount)
StyleRemoved(uint256 indexed styleId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _artsAddr, address _stylesAddr, address _oldFactoryAddr)
This contract contains no fallback and receive objects.
This contract contains no error objects.