FuzeX Token
Verified contract
Active on
Ethereum with 36,315 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x61ee…8837
Balances ($4.53)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
IOTX | ERC-20 | 100 | $0.045261 |
$4.53 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
CBX | ERC-20 | 75 | -- | -- | |
FXT | ERC-20 | 57.42 | -- | -- | |
VIP | ERC-20 | 8 | -- | -- | |
PCPie | ERC-20 | 2 | -- | -- | |
ALTS | ERC-20 | 1 | -- | -- | |
STT | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19500345 | 8 months ago | | | 0 | 0.00084841703 | |
| 19207151 | 9 months ago | | | 0 | 0.0016635580 | |
| 19060504 | 10 months ago | | | 0 | 0.0013314136 | |
| 18895603 | 10 months ago | | | 0 | 0.0022243516 | |
| 18839392 | a year ago | | | 0 | 0.0030728830 | |
| 18817040 | a year ago | | | 0 | 0.0051355171 | |
| 18682637 | a year ago | | | 0 | 0.0034422352 | |
| 18641050 | a year ago | | | 0 | 0.00080233745 | |
| 18641046 | a year ago | | | 0 | 0.00081241374 | |
| 18609366 | a year ago | | | 0 | 0.0022549928 |
ABI
ABI objects
Getter at block 21158475
controller() view returns (address)
0xf2169b581ee51465fa1837d8450970b5c1aa4d3c
creationBlock() view returns (uint256)
4902208
decimals() view returns (uint8)
18
name() view returns (string)
FuzeX Token
parentSnapShotBlock() view returns (uint256)
0
parentToken() view returns (address)
0x0000000000000000000000000000000000000000
sudoEnabled() view returns (bool)
false
symbol() view returns (string)
FXT
tokenFactory() view returns (address)
0x61ee7297270a47cbad45a1d14d3398b1fb998837
totalSupply() view returns (uint256)
1087156610000000000000000000
transfersEnabled() view returns (bool)
true
version() view returns (string)
MMT_0.2
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
balanceOfAt(address _owner, uint256 _blockNumber) view returns (uint256)
totalSupplyAt(uint256 _blockNumber) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool success)
approveAndCall(address _spender, uint256 _amount, bytes _extraData) returns (bool success)
blockAddress(address _addr)
changeController(address _newController)
claimTokens(address _token)
createCloneToken(string _cloneTokenName, uint8 _cloneDecimalUnits, string _cloneTokenSymbol, uint256 _snapshotBlock, bool _transfersEnabled) returns (address)
destroyTokens(address _owner, uint256 _amount) returns (bool)
enableSudo(bool _sudoEnabled)
enableTransfers(bool _transfersEnabled)
generateTokens(address _owner, uint256 _amount) returns (bool)
generateTokensByList(address[] _owners, uint256[] _amounts) returns (bool)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
unblockAddress(address _addr)
Approval(address indexed _owner, address indexed _spender, uint256 _amount)
Blocked(address _addr)
ClaimedTokens(address indexed _token, address indexed _controller, uint256 _amount)
NewCloneToken(address indexed _cloneToken, uint256 _snapshotBlock)
SudoEnabled(bool _sudoEnabled)
Transfer(address indexed _from, address indexed _to, uint256 _amount)
Unblocked(address _addr)
constructor(address _tokenFactory)
fallback()
This contract contains no error objects.