World Friendship Cash
Verified contract
Active on
Ethereum with 37,142 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "World Friendship Cash"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15052858 | 2 years ago | | | 0 | 0.0014768524 | |
| 13224418 | 3 years ago | | | 0 | 0.0042223683 | |
| 11077499 | 4 years ago | | | 0 | 0.00089582400 | |
| 11077499 | 4 years ago | | | 0 | 0.00089601600 | |
| 11069630 | 4 years ago | | | 0 | 0.00065601600 | |
| 10533350 | 4 years ago | | | 0 | 0.00065601600 | |
| 10453517 | 4 years ago | | | 0 | 0.00065601600 | |
| 10442971 | 4 years ago | | | 0 | 0.00089582400 | |
| 10442184 | 4 years ago | | | 0 | 0.00089601600 | |
| 10441272 | 4 years ago | | | 0 | 0.00065601600 |
ABI
ABI objects
Getter at block 21157181
ADMIN_ALLOWANCE() view returns (uint256)
600000000000000000000000000
INITIAL_SUPPLY() view returns (uint256)
1000000000000000000000000000
TOKEN_OFFERING_ALLOWANCE() view returns (uint256)
400000000000000000000000000
adminAddr() view returns (address)
0xf520ced1ff364a6af9d522214aed163b81832dc3
decimals() view returns (uint8)
18
name() view returns (string)
World Friendship Cash
owner() view returns (address)
0x1fbd9eb370189696c561780be8c9ff982a642ca8
symbol() view returns (string)
WFCA
tokenOfferingAddr() view returns (address)
0x0000000000000000000000000000000000000000
totalSupply() view returns (uint256)
1000000000000000000000000000
transferEnabled() view returns (bool)
true
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
enableTransfer()
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
setTokenOffering(address offeringAddr, uint256 amountForSale)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address admin)
This contract contains no fallback and receive objects.
This contract contains no error objects.