The Lost Keys of Bezogia
Verified contract
Active on
Ethereum with 542 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 "The Lost Keys of Bezogia"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21232954 | 9 days ago | | | 0 | 0.00040421079 | |
| 21062431 | a month ago | | | 0 | 0.00013901687 | |
| 20730296 | 3 months ago | | | 0 | 0.000067863600 | |
| 20491720 | 4 months ago | | | 0 | 0.00023946229 | |
| 20398074 | 4 months ago | | | 0 | 0.000070522747 | |
| 20398047 | 4 months ago | | | 0 | 0.000082087050 | |
| 20319199 | 4 months ago | | | 0 | 0.00022345866 | |
| 20285865 | 5 months ago | | | 0 | 0.00023522401 | |
| 20234987 | 5 months ago | | | 0 | 0.00040464162 | |
| 20085314 | 6 months ago | | | 0 | 0.00077405792 |
ABI
ABI objects
Getter at block 21300347 renounceOwnership() view
name() view returns (string)
The Lost Keys of Bezogia
owner() view returns (address)
0x5956cc235e332923f932245973855149185f9ea6
paused() view returns (bool)
false
symbol() view returns (string)
LKOB
transferPause() view returns (bool)
false
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isAdmin(address admin) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
uri(uint256) view returns (string)
State-modifying
Events burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
mint(address account, uint256 id, uint256 amount, bytes data)
mintBatch(address to, uint256[] ids, uint256[] amounts, bytes data)
mintLoop(address[] to, uint256[] ids, uint256[] amounts)
ownerBurn(address account, uint256 id, uint256 amount)
pause()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setAdmin(address admin, bool enabled)
setApprovalForAll(address operator, bool approved)
setURI(string newuri)
transferOwnership(address newOwner)
unpause()
updateTranferStatus(bool value)
AdminAccessSet(address _admin, bool _enabled)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
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)
Unpaused(address account)
constructor(string name_, string symbol_, string baseURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.