Baby Toshi
Unverified contract
Proxy
Active on
Base with 55 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 "Baby Toshi"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22285063 | a month ago | | | 0 | 0.0000067658297 | |
| 22285045 | a month ago | | | 0 | 0.00032204580 | |
| 22285031 | a month ago | | | 0 | 0.00032204580 | |
| 22285017 | a month ago | | | 0 | 0.0000067658297 | |
| 22285016 | a month ago | | | 0 | 0.0000013030151 | |
| 22285012 | a month ago | | | 0 | 0.0000067658297 | |
| 22285006 | a month ago | | | 0 | 0.0000067658297 | |
| 22285002 | a month ago | | | 0 | 0.0000067614903 | |
| 22284997 | a month ago | | | 0 | 0.0000067658297 | |
| 22284995 | a month ago | | | 0 | 0.0000013082767 |
ABI
ABI objects
Getter at block 23799807
VERSION() view returns (uint256)
1
decimals() view returns (uint8)
16
name() view returns (string)
Baby Toshi
owner() view returns (address)
0xa377c8c7dad01146a1da5bbfd692752df8504f8e
symbol() view returns (string)
bTOSHI
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string name_, string symbol_, uint8 decimals_, uint256 totalSupply_, address owner_)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenCreated(address indexed _owner, address indexed _token, uint8 _tokenType, uint256 _version)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)