Shiryoinu Founder
Verified contract
Active on
Ethereum with 1,935 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 |
---|---|---|---|---|---|
ShiryoF | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21368648 | 3 days ago | | | 0 | 0.00077239067 | |
| 21368562 | 3 days ago | | | 0 | 0.0014276674 | |
| 21357268 | 4 days ago | | | 0 | 0.00027620290 | |
| 21357254 | 4 days ago | | | 0 | 0.00028104636 | |
| 21356807 | 4 days ago | | | 0 | 0.00045465514 | |
| 21356766 | 4 days ago | | | 0 | 0.00050660756 | |
| 21356761 | 4 days ago | | | 0 | 0.00049963516 | |
| 21356577 | 4 days ago | | | 0 | 0.00022291445 | |
| 21356571 | 4 days ago | | | 0 | 0.00020497749 | |
| 21356524 | 4 days ago | | | 0 | 0.00052605864 |
ABI
ABI objects
Getter at block 21388490
decimals() view returns (uint8)
0
getOwner() view returns (address)
0xad9bb8ed8d0c14c4fae2504d82d8855b4a8393b3
name() view returns (string)
Shiryoinu Founder
owner() view returns (address)
0xad9bb8ed8d0c14c4fae2504d82d8855b4a8393b3
symbol() view returns (string)
ShiryoF
totalSupply() view returns (uint256)
1007810
website() pure returns (string)
https://shiryoinu.com
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)
mint(address _to, uint256 _amount)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.