YFOX.FINANCE
Verified contract
Active on
Ethereum with 3,336 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CHM | ERC-20 | 212.245466 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21151330 | 15 days ago | | | 0 | 0.00026751214 | |
| 20604418 | 3 months ago | | | 0 | 0.000018260736 | |
| 20495181 | 3 months ago | | | 0 | 0.000028526240 | |
| 20319813 | 4 months ago | | | 0 | 0.00019270294 | |
| 20256451 | 5 months ago | | | 0 | 0.000064904692 | |
| 20208821 | 5 months ago | | | 0 | 0.000054674975 | |
| 19261544 | 9 months ago | | | 0 | 0.00066969946 | |
| 19125337 | 10 months ago | | | 0 | 0.00092992351 | |
| 18650432 | a year ago | | | 0 | 0.00050836017 | |
| 18333070 | a year ago | | | 0 | 0.00013473233 |
ABI
ABI objects
Getter at block 21259212
decimals() view returns (uint256)
6
initialSupply() view returns (uint256)
23000000000
name() view returns (string)
YFOX.FINANCE
owner() view returns (address)
0xcacc9daa332b8a7d5e44f5a6d7612c6732cdc0bf
symbol() view returns (string)
YFOX
totalSupply() view returns (uint256)
23000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transferAnyERC20Token(address _tokenAddress, address _to, uint256 _amount)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.