Communifty
Verified contract
Active on
Ethereum with 2,315 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Communifty"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21020007 | 20 days ago | | | 0 | 0.00024454680 | |
| 20946717 | a month ago | | | 0 | 0.00028942236 | |
| 19465389 | 8 months ago | | | 0 | 0.00070085515 | |
| 19288754 | 9 months ago | | | 0 | 0.0010204320 | |
| 19250277 | 9 months ago | | | 0 | 0.00059308363 | |
| 18343915 | a year ago | | | 0 | 0.00038025866 | |
| 18297641 | a year ago | | | 0 | 0.00014030755 | |
| 17563138 | a year ago | | | 0 | 0.00073824917 | |
| 17562375 | a year ago | | | 0 | 0.00047955200 | |
| 17558795 | a year ago | | | 0 | 0.00047936000 |
ABI
ABI objects
Getter at block 21162736
decimals() view returns (uint8)
18
name() view returns (string)
Communifty
symbol() view returns (string)
CNFT
totalSupply() view returns (uint256)
100000000000000000000000000
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)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.