OnChainShiba
Verified contract
Active on
Ethereum with 706 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 6 additional slots
10 additional
variables
Balances ($0.00)
No balances found for "OnChainShiba"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21214138 | 2 days ago | | | 0 | 0.00060915012 | |
| 21214070 | 2 days ago | | | 0 | 0.00049875402 | |
| 21213069 | 2 days ago | | | 0 | 0.00047021831 | |
| 21210001 | 2 days ago | | | 0 | 0.00077652768 | |
| 21209840 | 2 days ago | | | 0 | 0.00046009037 | |
| 21196156 | 4 days ago | | | 0 | 0.00094795294 | |
| 21193390 | 4 days ago | | | 0 | 0.0010688143 | |
| 21186460 | 5 days ago | | | 0 | 0.0027287752 | |
| 21185525 | 5 days ago | | | 0 | 0.0016368075 | |
| 21184233 | 6 days ago | | | 0 | 0.0014034762 |
ABI
ABI objects
Getter at block 21224912 contractData() view returns (string name, string description, string image, string banner, string website, uint256 royalties, string royaltiesRecipient) contractURI() view returns (string)
allowListPrice() view returns (uint256)
0
baseURI() view returns (string)
isAllowListActive() view returns (bool)
true
isContractSealed() view returns (bool)
false
isMintActive() view returns (bool)
false
isOperatorFilterEnabled() view returns (bool)
true
isPublicMintActive() view returns (bool)
false
maxPerAddress() view returns (uint256)
10
maxPerAllowList() view returns (uint256)
30
maxSupply() view returns (uint256)
3000
name() view returns (string)
OnChainShiba
owner() view returns (address)
0x84bb73064300ab1f539310237b892ca47c58778c
publicMintPrice() view returns (uint256)
10000000000000000
symbol() view returns (string)
OCS
totalSupply() view returns (uint256)
3000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getLinkedTraits(uint256 layerIndex, uint256 traitIndex) view returns (uint256[])
hashToMetadata(string _hash) view returns (string)
hashToSVG(string _hash) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
onAllowList(address addr, bytes32[] merkleProof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenIdToHash(uint256 tokenId) view returns (string)
tokenIdToSVG(uint256 tokenId) view returns (string)
tokenURI(uint256 tokenId) view returns (string)
traitData(uint256 layerIndex, uint256 traitIndex) view returns (bytes)
traitDetails(uint256 layerIndex, uint256 traitIndex) view returns (struct IndelibleTrait)
withdrawRecipients(uint256) view returns (string name, string imageUrl, address recipientAddress, uint256 percentage)
State-modifying
Events addLayer(uint256 layerIndex, struct IndelibleTraitDTO[] traits)
addTrait(uint256 layerIndex, uint256 traitIndex, struct IndelibleTraitDTO trait)
airdrop(uint256 count, address recipient) payable returns (uint256)
approve(address to, uint256 tokenId) payable
mint(uint256 count, bytes32[] merkleProof) payable returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
sealContract()
setAllowListPrice(uint256 price)
setApprovalForAll(address operator, bool approved)
setBackgroundColor(string color)
setBaseURI(string uri)
setContractData(struct IndelibleContractData data)
setLinkedTraits(struct IndelibleLinkedTraitDTO[] linkedTraits)
setMaxPerAddress(uint256 max)
setMaxPerAllowList(uint256 max)
setMerkleRoot(bytes32 newMerkleRoot)
setRenderOfTokenId(uint256 tokenId, bool renderOffChain)
toggleAllowListMint()
toggleOperatorFilter()
togglePublicMint()
toggleWrapSVG()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidCodeAtRange(uint256 _size, uint256 _start, uint256 _end)
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WriteError()