DRVRS Comics
Verified contract
Active on
Ethereum with 270 txns
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 "DRVRS Comics"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19843935 | 7 months ago | | | 0 | 0.00023968121 | |
| 19709691 | 8 months ago | | | 0 | 0.00036622715 | |
| 19567508 | 8 months ago | | | 0 | 0.0011498386 | |
| 18811536 | a year ago | | | 0 | 0.0014760780 | |
| 18796889 | a year ago | | | 0 | 0.0019345238 | |
| 18373511 | a year ago | | | 0 | 0.00026684912 | |
| 18128822 | a year ago | | | 0 | 0.00096837059 | |
| 17984637 | a year ago | | | 0 | 0.00099282497 | |
| 17975412 | a year ago | | | 0 | 0.0012937834 | |
| 17892652 | a year ago | | | 0 | 0.0010852862 |
ABI
ABI objects
Getter at block 21393824
baseUri() view returns (string)
https://crimson-capable-ocelot-473.mypinata.cloud/ipfs/Qmdqk8KpG3Tn2rCGoxdpJjNyF8AHJcT1hSLuAie1WLajLF/
isFreeMintActive() view returns (bool)
true
name() view returns (string)
DRVRS Comics
owner() view returns (address)
0x05a80122f3c14f9697ef0b57b5091952af97e0d9
symbol() view returns (string)
DRVRSCOMIC
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
chapters(uint16) view returns (uint16 maxSupply, uint16 mintedSupply)
isApprovedForAll(address account, address operator) view returns (bool)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 tokenId) view returns (string)
State-modifying
Events freeMint(bytes32[] proof, uint16 numberOfTokens, uint16 maxMint)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setChapterSupply(uint16 chapter, uint16 supply)
setCurrentChapter(uint16 chapter)
setFreeMintRoot(bytes32 _freemintRoot)
setFreeMintStatus()
setUri(string uri)
transferOwnership(address newOwner)
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()
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)