BTCK
Verified contract
Proxy
Active on
Ethereum with 1,292 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 "BTCK"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19362403 | 9 months ago | | | 0 | 0.0044395015 | |
| 19362403 | 9 months ago | | | 0 | 0.0044395015 | |
| 19362403 | 9 months ago | | | 0 | 0.0044395015 | |
| 19362403 | 9 months ago | | | 0 | 0.0044395015 | |
| 19362403 | 9 months ago | | | 0 | 0.0044395015 | |
| 19362403 | 9 months ago | | | 0 | 0.0044395015 | |
| 19362403 | 9 months ago | | | 0 | 0.0044395015 | |
| 19362403 | 9 months ago | | | 0 | 0.0044395015 | |
| 19362403 | 9 months ago | | | 0 | 0.0044395015 | |
| 19362382 | 9 months ago | | | 0 | 0.0046333053 |
ABI
ABI objects
Getter at block 21281502
implementation() view returns (address impl)
0xd8782bb636294f6894fb5b9b0f5d7e44f1b7cd2e
proxyOwner() view returns (address owner)
0x4a164ca582d169f7caad471250991dd861dda981
decimals() view returns (uint8)
8
lawEnforcementRole() view returns (address)
0x5b27e98516fd2bd5001d4dfe3f5a2263f702f634
name() view returns (string)
BTCK
owner() view returns (address)
0x4a164ca582d169f7caad471250991dd861dda981
paused() view returns (bool)
false
supplyController() view returns (address)
0x4a11078a99b118bbfee78a5c187d98d264360433
symbol() view returns (string)
BTCK
totalSupply() view returns (uint256)
326375058
Read-only
allowance(address _owner, address spender) view returns (uint256)
balanceOf(address _addr) view returns (uint256)
isFrozen(address _addr) view returns (bool)
State-modifying
Events transferProxyOwnership(address newOwner)
upgradeTo(address implementation)
upgradeToAndCall(address implementation, bytes data) payable
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
decreaseSupply(uint256 _value) returns (bool success)
freeze(address _addr)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
increaseSupply(uint256 _value) returns (bool success)
initialize()
pause()
setLawEnforcementRole(address _newLawEnforcementRole)
setSupplyController(address _newSupplyController)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unfreeze(address _addr)
unpause()
wipeFrozenAddress(address _addr)
ProxyOwnershipTransferred(address previousOwner, address newOwner)
Upgraded(address indexed implementation)
AddressFrozen(address indexed addr)
AddressUnfrozen(address indexed addr)
Approval(address indexed owner, address indexed spender, uint256 value)
FrozenAddressWiped(address indexed addr)
LawEnforcementRoleSet(address indexed oldLawEnforcementRole, address indexed newLawEnforcementRole)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Pause()
SupplyControllerSet(address indexed oldSupplyController, address indexed newSupplyController)
SupplyDecreased(address indexed from, uint256 value)
SupplyIncreased(address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
fallback()
This contract contains no error objects.