SevenArtBase1155Slim
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
1
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 46 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "SevenArtBase1155Slim"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "SevenArtBase1155Slim"
ABI
ABI objects
Getter at block 21223172
FEE() view returns (uint256)
770000000000000
curatedDropAmount() view returns (uint256)
0
getCreatedArray() view returns (uint256[])
[]
owner() view returns (address)
0x0000000000000000000000000000000000000000
sevenArt() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
createdArray(uint256) view returns (uint256)
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
isWhitelisted(address _address, uint256 _allowed, uint256 _id, bytes32[] _merkleProof) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenAlreadyExists(uint256) view returns (bool)
tokenProperties(uint256) view returns (bool saleIsActive, bool allowlistActive, string uri, uint256 price, uint256 startDate, uint256 endDate, uint256 maxPerWallet, uint256 maxSupply, bytes32 merkleRoot)
tokensMintedByUser(address) view returns (uint256)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 tokenId) view returns (string)
State-modifying
Events airdropManyTokens(address[] wallets, uint256[] tokenIds, uint256[] amount)
initialize(address _sevenArt)
mint(uint256 _id, uint256 _amount, uint256 _allowed, bytes32[] _proof) payable
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setAllTokenProps(struct SevenArtBase1155SlimTokenProps _props, uint256 _id)
setAllowlistActive(bool _allowlistActive, uint256 _id)
setApprovalForAll(address operator, bool approved)
setCuratedDropAmount(uint256 _percent)
setEndDate(uint256 _endDate, uint256 _id)
setMaxPerWallet(uint256 _maxPerWallet, uint256 _id)
setMaxSupply(uint256 _maxSupply, uint256 _id)
setMerkleRoot(bytes32 _merkleRoot, uint256 _id)
setPrice(uint256 _price, uint256 _id)
setSaleIsActive(bool _saleIsActive, uint256 _id)
setStartDate(uint256 _startDate, uint256 _id)
setURI(string _uri, uint256 _id)
transferOwnership(address newOwner)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.