Shabu Shabu
Verified contract
Active on
Ethereum with 1,722 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KOBE | ERC-20 | 7.5K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21091840 | 12 days ago | | | 0 | 0.00024964379 | |
| 21049947 | 18 days ago | | | 0 | 0.00029203369 | |
| 20696163 | 2 months ago | | | 0 | 0.000093589715 | |
| 20695773 | 2 months ago | | | 0 | 0.000059293395 | |
| 20523963 | 3 months ago | | | 0 | 0.000049043141 | |
| 19851245 | 6 months ago | | | 0 | 0.00017904222 | |
| 19354888 | 8 months ago | | | 0 | 0.0021370487 | |
| 19248631 | 9 months ago | | | 0 | 0.00067286539 | |
| 18981355 | 10 months ago | | | 0 | 0.00072841288 | |
| 18916943 | 10 months ago | | | 0 | 0.00070640478 |
ABI
ABI objects
Getter at block 21178154
decimals() view returns (uint8)
18
governance() view returns (address)
0x5059222edbb24a83ef05f4b876c1470dc87addb6
name() view returns (string)
Shabu Shabu
symbol() view returns (string)
KOBE
totalSupply() view returns (uint256)
53999711394309997558593750
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
minters(address) view returns (bool)
State-modifying
Events addMinter(address _minter)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
removeMinter(address _minter)
setGovernance(address _governance)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.