Blue Kraken Loyalty
Verified contract
Active on
Ethereum with 168 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 "Blue Kraken Loyalty"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21142206 | 11 days ago | | | 0 | 0.00030006390 | |
| 21142204 | 11 days ago | | | 0 | 0.00061895455 | |
| 19855258 | 6 months ago | | | 0 | 0.00016878398 | |
| 18447190 | a year ago | | | 0 | 0.00036305683 | |
| 17956309 | a year ago | | | 0 | 0.00070148016 | |
| 17956238 | a year ago | | | 0 | 0.00055711856 | |
| 17906675 | a year ago | | | 0 | 0.00087475875 | |
| 17793384 | a year ago | | | 0 | 0.0018736352 | |
| 17763523 | a year ago | | | 0 | 0.0024427919 | |
| 17756419 | a year ago | | | 0 | 0.0012689347 |
ABI
ABI objects
Getter at block 21220650
decimals() view returns (uint8)
6
name() view returns (string)
Blue Kraken Loyalty
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
BKL
totalSupply() view returns (uint256)
100155235375715
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
burnTarget(address) view returns (address)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBurnTarget(address target)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
BurnFor(address from, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint256 totalSupply_)
This contract contains no fallback and receive objects.
This contract contains no error objects.