LynKey NFT
Verified contract
Active on
Ethereum with 87 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 "LynKey NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15951806 | 2 years ago | | | 0 | 0.0010253460 | |
| 15835695 | 2 years ago | | | 0 | 0.0028290910 | |
| 15833004 | 2 years ago | | | 0 | 0.0066481564 | |
| 15435322 | 2 years ago | | | 0 | 0.0065614612 | |
| 15435318 | 2 years ago | | | 0 | 0.0057369909 | |
| 15417136 | 2 years ago | | | 0 | 0.0031122928 | |
| 15370747 | 2 years ago | | | 0 | 0.0028917133 | |
| 15360705 | 2 years ago | | | 0 | 0.0034802141 | |
| 15347253 | 2 years ago | | | 0 | 0.0042472069 | |
| 15329695 | 2 years ago | | | 0 | 0.0062583431 |
ABI
ABI objects
Getter at block 21385976
contractURI() view returns (string)
QmfERVhmtsK9V41ECLaM6YAUf17T1on7XrQH3H72oAnVPg
decimals() view returns (uint8)
18
name() view returns (string)
LynKey NFT
owner() view returns (address)
0xfd176f97d397bb84db0003f4b9322f186d5b25c4
symbol() view returns (string)
LYNKNFT
Read-only
balanceOf(uint256 tokenId) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
balanceOfOwnerByTokenId(address owner, uint256 tokenId) view returns (uint256)
isAdmin(address) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
ownerOfTokenId(uint256 tokenId) view returns (address[])
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256) view returns (string)
uri(uint256 _tokenId) view returns (string)
State-modifying
Events addAdmin(address _address)
burn(address _from, uint256 _tokenId, uint256 _amount)
burnBatch(address _from, uint256[] _tokenIds, uint256[] _amounts)
burnForMint(address _from, uint256[] _burnIds, uint256[] _burnAmounts, uint256[] _mintIds, uint256[] _mintAmounts)
mint(address _to, uint256 _tokenId, uint256 _amount, string _uri)
mintAndTransfer(address[] _addrs, uint256 _tokenId, uint256[] _amounts, string _uri)
mintBatch(address _to, uint256[] _tokenIds, uint256[] _amounts, string[] _uris)
removeAdmin(address _address)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBatchApprovalForAll(address[] operators, bool approved)
setUri(uint256 _tokenId, string _uri)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipRenounced(address indexed previousOwner)
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.
This contract contains no error objects.