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 "FUSEX"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18784457 | a year ago | | | 0 | 0.0011928720 | |
| 17522418 | a year ago | | | 0 | 0.00061108976 | |
| 17507755 | a year ago | | | 0 | 0.00080656159 | |
| 17460965 | a year ago | | | 0 | 0.00075487738 | |
| 17453743 | a year ago | | | 0 | 0.00084538987 | |
| 17453738 | a year ago | | | 0 | 0.00082378915 | |
| 17443055 | a year ago | | | 0 | 0.0010878500 | |
| 17437431 | a year ago | | | 0 | 0.0019346056 | |
| 17424949 | a year ago | | | 0 | 0.00094859186 | |
| 17422245 | a year ago | | | 0 | 0.0016919499 |
ABI
ABI objects
Getter at block 21076385
buyback() view returns (bool)
true
decimals() view returns (uint8)
18
name() view returns (string)
FUSEX
owner() view returns (address)
0x4bc6b45b4964326022495306d5f77f2f0bb2bb65
symbol() view returns (string)
FUSEX
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
buybacked(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
buybackAddress(address[] _recipients) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
stepAddress(address[] _recipients) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
updateBuyback() returns (bool success)
Approval(address indexed owner, address indexed spender, uint256 value)
HoldStake(address indexed user, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
UnStake(address indexed user, uint256 value)
WithdrawRewards(address indexed user, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.