Sofee

Verified contract

Active on Ethereum with 37 txns
Deployed by via 0x8e3339f1 at 18665862
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Sofee"

0x05eb4549a586018f054d91bf0343ea28fb13c603e32062dacd8eaf42af64384e
0x6eb6f63d4a83938300004b02287ae3799848d2a6177f498ab68b3ee5cdce38a7
0xf656b1e7f3eb253089d1e75710e567468efea1de705002b1f6b145f05277ce55
0x1af61f6afc0c336856987d2d0a0ca4d0fd8fb03e40918f66575677de02b4eb03
0x6dc8a0a0fdefce65ec9ffb4425f99224da78cf091c85990da5d869c1352950d7
0x350be5f6e002180579292d8e20ddf4b7e43d43c324ded0db3dac9af7093c67a9
0xd72f634fece0d09272d271f7f63876f4077318c6273c7a20a9f09dba0c85a8d6
0x8d6430d4e02f9f9bb53fd5fec938b14f81689b35b4246406543ec135dfa4d5ba
0xc4cb3df07667cc3b912c171976d6765f8592a7b34c0f8c0d1a0731ad4823d9db
0xf6f2f81da47fbea2f3ce7895b7d2d51c0d65ee53b0a31d06f86303e737f266bf

Functions
Getter at block 21170994
decimals(view returns (uint8)
18
name(view returns (string)
Sofee
symbol(view returns (string)
Sofee
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender