Dark Knight
Verified contract
Active on
Ethereum with 25 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 "Dark Knight"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16789378 | 2 years ago | | | 0 | 0.0011594056 | |
| 16780500 | 2 years ago | | | 0 | 0.0012874157 | |
| 16762544 | 2 years ago | | | 0 | 0.0011794131 | |
| 16762328 | 2 years ago | | | 0 | 0.0010561175 | |
| 16754689 | 2 years ago | | | 0 | 0.00099072620 | |
| 16747900 | 2 years ago | | | 0 | 0.0011903696 | |
| 16726985 | 2 years ago | | | 0 | 0.0013851423 | |
| 16726969 | 2 years ago | | | 0 | 0.0014193334 | |
| 16724255 | 2 years ago | | | 0 | 0.0020381678 | |
| 16724245 | 2 years ago | | | 0 | 0.0021567355 |
ABI
ABI objects
Getter at block 21307628
baseURI() view returns (string)
https://bafybeibw33vyofkscpoiksvuzqke6vq7znrabxbqlb4znwsbmu2cr5gnei.ipfs.nftstorage.link/
name() view returns (string)
Dark Knight
owner() view returns (address)
0xf9c96cde3672a24b6e2e9e29ff99523a4fc95f00
symbol() view returns (string)
Dark Knight
totalSupply() view returns (uint256)
200
Read-only
allowlist(uint256) view returns (address)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop()
approve(address to, uint256 tokenId) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
seedAllowlist(address[] addresses)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()