FWEN

Verified contract

Active on Ethereum with 1,840 txns
Deployed by via 0xfaae555f at 18252776
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "FWEN"

0x4a3bb66a936a07885aed473a985072d33d280ce6f26f0bfffcea6080dff96997
0x08df99c9f6b66eb8436d49457ac448f369315c3e372e0f0d7915b6873f7237e4
0x20e7c4a4a4e50e3907b35b60c314b0e5ba625516bb8bb868d7894eb33e6e1032
0x66dd3b223da15f4fc2173d97adf79be4307222d784b0cca7fe10d80ff868a06b
0x5285d22c4e16dd6948b6ce9bf5219a4e3066e6b07a2dd6f8144f63332c40655a
0x1d01308a81cdcd4e6f6c7ffa294ce82646419819cb92b9fb1825c21fbfec3d23
0x179ca5053672af7b8c68f43c665eeba4de7110d463d42f2f362c1334e711deb9
0xecb28e79cb67f067733167635bdb800bfa000fc0afd5c09ef3f888e1ae829635
0x76179e80e76d40f812e33af769921071d7e438147ca88c2a57489552a9989c9a
0x992167fa1a8b027cb344ea0cb15face5a6db14fac7c43f6d07330364d9fde0d0

Functions
Getter at block 20890686
decimals(view returns (uint8)
18
name(view returns (string)
FWEN
symbol(view returns (string)
FWEN
totalSupply(view returns (uint256)
750000000000000000000000000000
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(uint256 supply
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