Wheyfu call option token
Verified contract
Active on
Ethereum with 5 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 "Wheyfu call option token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17578966 | a year ago | | | 0 | 0.0013608349 | |
| 15526325 | 2 years ago | | | 0 | 0.00024921269 | |
| 15526323 | 2 years ago | | | 0 | 0.00069445082 | |
| 15526322 | 2 years ago | | | 0 | 0.00045812312 | |
| 15526321 | 2 years ago | | | 0 | 0.00046180885 |
ABI
ABI objects
Getter at block 21306062
DOMAIN_SEPARATOR() view returns (bytes32)
0x094af40aaf0e14e17b24ae5637153bfebc0b5649d5d9ed4f8f7de5978bb0b80c
decimals() view returns (uint8)
18
name() view returns (string)
Wheyfu call option token
owner() view returns (address)
0x1cef785aa885836cee4f53b6ace83d187d819639
symbol() view returns (string)
WCALLO
totalSupply() view returns (uint256)
207550596267029960229
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
nonces(address) view returns (uint256)
whitelistedMinterBurner(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address from, uint256 amount)
mint(address to, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
setMinterBurner(address target, bool authorized)
setOwner(address newOwner)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
OwnerUpdated(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(string _name, string _symbol, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.