Fox Trading
Verified contract
Active on
Ethereum with 7,086 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 |
---|---|---|---|---|---|
FOXT | ERC-20 | 2.515001K | -- | -- | |
USE | ERC-20 | 80 | -- | -- | |
UST | ERC-20 | 80 | -- | -- | |
ERC20 | ERC-20 | 1.98 | -- | -- | |
IPUX | ERC-20 | 0.8 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17641338 | a year ago | | | 0 | 0.00097811091 | |
| 17094644 | 2 years ago | | | 0 | 0.00097626668 | |
| 16622683 | 2 years ago | | | 0 | 0.0010084550 | |
| 16106237 | 2 years ago | | | 0 | 0.00062136195 | |
| 14874237 | 2 years ago | | | 0 | 0.00084553226 | |
| 13044525 | 3 years ago | | | 0 | 0.0025347000 | |
| 12817801 | 3 years ago | | | 0 | 0.00044294250 | |
| 12813009 | 3 years ago | | | 0 | 0.0011664640 | |
| 12813006 | 3 years ago | | | 0 | 0.0011664640 | |
| 12813005 | 3 years ago | | | 0 | 0.0011668480 |
ABI
ABI objects
Getter at block 21160539
decimals() view returns (uint8)
18
founder() view returns (address)
0xe07488a1b31b472b67d7c801737855f08b8b30ef
mintingFinished() view returns (bool)
true
name() view returns (string)
Fox Trading
owner() view returns (address)
0x6052e4fdcc26bb66f8e1b25d6410395ef79616a8
paused() view returns (bool)
false
symbol() view returns (string)
FOXT
totalSupply() view returns (uint256)
1505491000000000000000000
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)
burnTokens(address _partner, uint256 _tokens)
changeFounderAddress(address _newFounder)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Freeze()
LogFreeze()
Mint(address indexed to, uint256 amount)
MintFinished()
NewFounderAddress(address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
TokensBurned(address initiatior, address indexed _partner, uint256 _tokens)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.