KBTCProxy

Verified contract

Proxy

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

No balances found for "KBTCProxy"

0x5dd1acd1a75c1d094f33057e0ca64aaf1f3fd959e62085f18eaf371b35e52c0d
0xe9ca5931c39c223e14bbaa721d24d623426bc4ba2fcbe792184b7b5b16e4700b
0x1236d9d79e9d316b75b6af510ae2da7fe91276162a622d76b2f5b6d8f99e90db
0x95a0fb88f58b5493aaa304c9521aec134111134f62c0f60132184b9be71b222e
0xbe8ea39bda0da2ca9c639cd6210f5dd2632e4f3d24bffcacc42ee04dd7263c63
0x323248282c7c5e43abc248934ac1163bb560f783294bffc9dc849eb8d947ba72
0x15b129642914b527313d556c5ea9daa3afa43ade8f6b7d259810312ffb8be869
0x9e40abac9b5857edf11323fa41cb2af1425e6ab3ca75774352ec9195fa7247fb
0xea4c49101b04a84a5b325d51bf5cdde23e65b648a0b868a7f8b0cc5b777815b9
0x0c3343d75e4794be1d06bce37f02d1dc4001c9ccc319183ad05974902832d354

Functions
Getter at block 20848812
decimals(pure returns (uint8)
8
getBlacklistOperator(view returns (address)
0xd7bcb5031b22e6130592c95c4d429890e01e7b3b
name(view returns (string)
Kraken Bitcoin
owner(view returns (address)
0x05846731c556d70cad998bcc86fc9a1ca354025a
paused(view returns (bool)
false
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
 
renounceOwnership(pure 
symbol(view returns (string)
KBTC
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
AdminChanged(address previousAdminaddress newAdmin
Upgraded(address indexed implementation
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(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
Errors
AddressEmptyCode(address target
ERC1967InvalidAdmin(address admin
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
FailedInnerCall(
ProxyDeniedAdminAccess(
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(