Alicja Kwade Koenig DNA
Verified contract
Active on
Ethereum with 447 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 "Alicja Kwade Koenig DNA"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21079176 | 5 days ago | | | 0 | 0.0028387480 | |
| 20631219 | 2 months ago | | | 0 | 0.00011504441 | |
| 20516650 | 3 months ago | | | 0 | 0.000084870095 | |
| 20516634 | 3 months ago | | | 0 | 0.00015590010 | |
| 20342139 | 4 months ago | | | 0 | 0.00068477269 | |
| 20239821 | 4 months ago | | | 0 | 0.00032649450 | |
| 19728131 | 6 months ago | | | 0 | 0.00083989178 | |
| 19517723 | 7 months ago | | | 0 | 0.0013469197 | |
| 19499941 | 7 months ago | | | 0 | 0.0014133571 | |
| 19483579 | 7 months ago | | | 0 | 0.0027643366 |
ABI
ABI objects
Getter at block 21116064
name() view returns (string)
Alicja Kwade Koenig DNA
owner() view returns (address)
0xadb2a01d6c7061fad51ed24c322dbe02a01518e5
symbol() view returns (string)
AKDNA
totalSupply() view returns (uint256)
473
Read-only
_supportsRoyaltyInterfaces(bytes4 interfaceId) pure returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getFeeBps(uint256 tokenId) view returns (uint256[])
getFeeRecipients(uint256 tokenId) view returns (address[])
getFees(uint256 tokenId) view returns (address[], uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 value) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(uint256 quantity, address buyer)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string contractName, string tokenSymbol, uint256 maxBatchSize_, uint256 collectionSize_, string baseURI_, address royaltyReceiver_, uint256 royaltyBPS_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()