KBTCV1

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x07dcad7a at 20828246
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "KBTCV1"

No transactions found for "KBTCV1"


Functions
Getter at block 20848812
decimals(pure returns (uint8)
8
getBlacklistOperator(view returns (address)
0x0000000000000000000000000000000000000000
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
 
renounceOwnership(pure 
symbol(view returns (string)
totalSupply(view returns (uint256)
0
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
isBlacklisted(address accountview returns (bool)
State-modifying
__kBTC_init(address account
acceptOwnership(
addToBlacklist(address account
approve(address spenderuint256 valuereturns (bool)
burnFrom(address accountuint256 value
mint(address accountuint256 value
pause(
removeFromBlacklist(address account
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
unpause(
updateBlacklistOperator(address newOperator
withdrawERC20(address toaddress coinContract
Events
AddressBlacklisted(address indexed account
AddressRemovedFromBlacklist(address indexed account
Approval(address indexed owneraddress indexed spenderuint256 value
BlacklistOperatorUpdated(address indexed previousOperatoraddress indexed newOperator
ERC20Withdraw(address indexed toaddress indexed coinContractuint256 amount
Initialized(uint64 version
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 value
Unpaused(address account
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
BlacklistedAddress(address account
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
EnforcedPause(
ExpectedPause(
InvalidInitialization(
NotBlacklistOperator(address account
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
RenounceOwnershipNotImplemented(
ZeroAddressOperator(