FriesDAO Token
Verified contract
Active on
Ethereum with 23 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x16d8…6329
Balances ($0.00)
No balances found for "FriesDAO Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19169382 | 10 months ago | | | 0 | 0.0023896648 | |
| 19169378 | 10 months ago | | | 0 | 0.0022888469 | |
| 19169351 | 10 months ago | | | 0 | 0.0019285765 | |
| 19169349 | 10 months ago | | | 0 | 0.0019951290 | |
| 19169348 | 10 months ago | | | 0 | 0.0020759529 | |
| 19169348 | 10 months ago | | | 0 | 0.0021691189 | |
| 19169347 | 10 months ago | | | 0 | 0.0020301549 | |
| 19169345 | 10 months ago | | | 0 | 0.0019598754 | |
| 19169345 | 10 months ago | | | 0 | 0.0019598754 | |
| 19169343 | 10 months ago | | | 0 | 0.0026557637 |
ABI
ABI objects
Getter at block 21402881
decimals() view returns (uint8)
18
name() view returns (string)
FriesDAO Token
owner() view returns (address)
0x53a60531db35101f8752644563a8d77ee73154e9
posts() view returns (address)
0x16d8c564ba447d96b0050acffe196a2376a66329
symbol() view returns (string)
FDAO
totalSupply() view returns (uint256)
9999999000000000000000000
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)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
sendCommunity(address _post)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) 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, address _community)
This contract contains no fallback and receive objects.
This contract contains no error objects.