sakuratoken.finance
Verified contract
Active on
Ethereum with 28 txns
Balances ($0.00)
No balances found for "sakuratoken.finance"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12227911 | 4 years ago | | | 0 | 0.0038996340 | |
| 12166925 | 4 years ago | | | 0 | 0.0050304340 | |
| 12166913 | 4 years ago | | | 0 | 0.0058199640 | |
| 12166908 | 4 years ago | | | 0 | 0.0053688040 | |
| 12166899 | 4 years ago | | | 0 | 0.0057071740 | |
| 12166891 | 4 years ago | | | 0 | 0.0057071740 | |
| 12166885 | 4 years ago | | | 0 | 0.0050078760 | |
| 12166884 | 4 years ago | | | 0 | 0.0052108980 | |
| 12166880 | 4 years ago | | | 0 | 0.0060545672 | |
| 12166876 | 4 years ago | | | 0 | 0.0052108980 |
ABI
ABI objects
Getter at block 21223088
decimals() view returns (uint8)
18
deployer() view returns (address)
0x00e2a84054f7bfbfc2cf6a34cca487833a5256f1
name() view returns (string)
sakuratoken.finance
owner() view returns (address)
0x00e2a84054f7bfbfc2cf6a34cca487833a5256f1
symbol() view returns (string)
SKR
totalSupply() view returns (uint256)
1000000000000000000000000
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 recever, uint256 numberToMint)
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.