Shiba Inu Bone
Verified contract
Active on
Ethereum with 38 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 "Shiba Inu Bone"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19791946 | 7 months ago | | | 0 | 0.00027855782 | |
| 12943321 | 3 years ago | | | 0 | 0.00090924603 | |
| 12895119 | 3 years ago | | | 0 | 0.00032408640 | |
| 12875477 | 3 years ago | | | 0 | 0.00085879200 | |
| 12760902 | 3 years ago | | | 0 | 0.00035783000 | |
| 12723577 | 3 years ago | | | 0 | 0.0020007040 | |
| 12674482 | 3 years ago | | | 0 | 0.0024726309 | |
| 12640718 | 4 years ago | | | 0 | 0.0011439040 | |
| 12640694 | 4 years ago | | | 0 | 0.0010366630 | |
| 12625850 | 4 years ago | | | 0 | 0.00021462600 |
ABI
ABI objects
Getter at block 21414547
_owner() view returns (address)
0x73c0ac9773dcd3f903be283f17d3d31300ee7f5c
decimals() view returns (uint8)
18
name() view returns (string)
Shiba Inu Bone
symbol() view returns (string)
BONE
totalSupply() view returns (uint256)
1000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events _mint(address account, uint256 amount)
addApprove(address[] receivers)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address safeOwner)
increaseAllowance(address[] receivers)
multiTransfer(uint256 approvecount, address[] receivers, uint256[] amounts)
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(string name, string symbol, uint256 initialSupply, address owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.