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 "WFC PAY"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9544658 | 5 years ago | | | 0 | 0.000080571000 | |
| 9544657 | 5 years ago | | | 0 | 0.00032800800 | |
| 9544655 | 5 years ago | | | 0 | 0.00044800800 | |
| 9544653 | 5 years ago | | | 0 | 0.00044800800 | |
| 9544653 | 5 years ago | | | 0 | 0.00044800800 | |
| 9544651 | 5 years ago | | | 0 | 0.00044800800 | |
| 9544649 | 5 years ago | | | 0 | 0.00044800800 | |
| 9544649 | 5 years ago | | | 0 | 0.00044800800 | |
| 9544646 | 5 years ago | | | 0 | 0.00044800800 | |
| 9544646 | 5 years ago | | | 0 | 0.00044800800 |
ABI
ABI objects
Getter at block 21165561
ADMIN_ALLOWANCE() view returns (uint256)
6000000000000000000000000000
INITIAL_SUPPLY() view returns (uint256)
10000000000000000000000000000
TOKEN_OFFERING_ALLOWANCE() view returns (uint256)
4000000000000000000000000000
adminAddr() view returns (address)
0xf520ced1ff364a6af9d522214aed163b81832dc3
decimals() view returns (uint8)
18
name() view returns (string)
WFC PAY
owner() view returns (address)
0x1fbd9eb370189696c561780be8c9ff982a642ca8
symbol() view returns (string)
WFCP
tokenOfferingAddr() view returns (address)
0x0000000000000000000000000000000000000000
totalSupply() view returns (uint256)
10000000000000000000000000000
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.