Fox Trading Platform
Verified contract
Active on
Ethereum with 95 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 "Fox Trading Platform"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6308995 | 6 years ago | | | 0 | 0.000065823000 | |
| 6287204 | 6 years ago | | | 0 | 0.00014776400 | |
| 6179042 | 6 years ago | | | 0 | 0.00090409803 | |
| 6164115 | 6 years ago | | | 0 | 0.00063017300 | |
| 6114785 | 6 years ago | | | 0 | 0.0013655194 | |
| 6114572 | 6 years ago | | | 0 | 0.0018827616 | |
| 6114546 | 6 years ago | | | 0 | 0.0018310373 | |
| 6114295 | 6 years ago | | | 0 | 0.0021870710 | |
| 6113323 | 6 years ago | | | 0 | 0.0019517272 | |
| 6111119 | 6 years ago | | | 0 | 0.0018442941 |
ABI
ABI objects
Getter at block 21166515
decimals() view returns (uint8)
18
name() view returns (string)
Fox Trading Platform
owner() view returns (address)
0x8db59eda99b394d774b77bde882c381be943de3e
symbol() view returns (string)
FOXC
totalSupply() view returns (uint256)
600000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
refundERC20(address tokenContract, address payee, uint256 amount)
refundETH(address payee, uint256 amount)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RefundERC20(address indexed owner, address indexed payee, address indexed token, uint256 amount)
RefundETH(address indexed owner, address indexed payee, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _owner, string _name, string _symbol, uint256 _initSupply, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.