Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Slices"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21071391 | a month ago | | | 0 | 0.00098668209 | |
| 21010983 | a month ago | | | 0 | 0.00036608009 | |
| 20911002 | 2 months ago | | | 0 | 0.00041131720 | |
| 20667818 | 3 months ago | | | 0 | 0.000052151468 | |
| 20616723 | 3 months ago | | | 0 | 0.000051699853 | |
| 20614181 | 3 months ago | | | 0 | 0.00010720191 | |
| 20614179 | 3 months ago | | | 0 | 0.00010202659 | |
| 20445461 | 4 months ago | | | 0 | 0.000099654030 | |
| 20445411 | 4 months ago | | | 0 | 0.00026463198 | |
| 20381964 | 4 months ago | | | 0 | 0.00011551313 |
ABI
ABI objects
Getter at block 21302877
contractURI() view returns (string)
ipfs://bafybeihln3yupfydqazoi24pcuipjdowvyiams4qyv2olq3m5i7mp227fa/contract.json
mBaseURI() view returns (string)
ipfs://bafybeihln3yupfydqazoi24pcuipjdowvyiams4qyv2olq3m5i7mp227fa/
mContractURI() view returns (string)
ipfs://bafybeihln3yupfydqazoi24pcuipjdowvyiams4qyv2olq3m5i7mp227fa/contract.json
mDev() view returns (address)
0x568f75efcd7acb2a3cfd19654104077c6ead9ea2
mName() view returns (string)
Slices
mNextStartingTokenId() view returns (uint256)
4
mNextSubcollectionId() view returns (uint256)
2
mSymbol() view returns (string)
SLICES
name() view returns (string)
Slices
owner() view returns (address)
0xde8f5f0b94134d50ad7f85ef02b9771203f939e5
symbol() view returns (string)
SLICES
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
mAllSubcollections(uint256) view returns (uint256 startingTokenId, uint256 numPrimaryTokens, uint256 price, uint256 maxPerWallet, bool active, uint256 totalTime, uint256 fallbackTime, uint256 startTime)
mMintedPerWallet(uint256, address) view returns (uint256)
royaltyInfo(uint256, uint256 aSalePrice) view returns (address aReceiver, uint256 aRoyaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 aTokenId) view returns (string)
State-modifying
Events changeContractURI(string aContractURI)
changePrice(uint256 aSubcollectionId, uint256 aPrice)
changeRoyaltyBasisPoints(uint256 aRoyaltyBasisPoints)
changeTimes(uint256 aSubcollectionId, uint256 aTotalTime, uint256 aFallbackTime)
changeURI(string aNewURI)
createNewSubcollection(uint256 aNumPrimaryTokens, uint256 aPrice, uint256 aMaxPerWallet, uint256 aTotalTime, uint256 aFallbackTime)
mint(uint256 aSubcollectionId, uint256 aTokenId, uint256 aQuantity) payable
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setActive(uint256 aSubcollectionId, bool aActive)
setApprovalForAll(address operator, bool approved)
transferDev(address aNewDev)
transferOwnership(address newOwner)
withdrawFunds()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
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)
constructor(string aName, string aSymbol, string aBaseURI, string aContractURI, address aOwner)
This contract contains no fallback and receive objects.
This contract contains no error objects.