FusedFloat
Verified contract
Active on
Ethereum with 100 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 "FusedFloat"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20452548 | 3 months ago | | | 0 | 0.000034440822 | |
| 20452547 | 3 months ago | | | 0 | 0.000062460978 | |
| 19779029 | 7 months ago | | | 0 | 0.00024602720 | |
| 19532416 | 8 months ago | | | 0 | 0.0016274819 | |
| 19302721 | 9 months ago | | | 0 | 0.0012219829 | |
| 19302699 | 9 months ago | | | 0 | 0.0011240760 | |
| 19302698 | 9 months ago | | | 0 | 0.0011598270 | |
| 19302698 | 9 months ago | | | 0 | 0.0012995354 | |
| 19302697 | 9 months ago | | | 0 | 0.0012161719 | |
| 19302695 | 9 months ago | | | 0 | 0.0013582373 |
ABI
ABI objects
Getter at block 21210646
decimals() view returns (uint8)
18
name() view returns (string)
FusedFloat
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
FUSED
totalSupply() view returns (uint256)
9830532464406859361092221
uniswapPair() view returns (address)
0x92b2f5275cbc63b8529fb409e3a333e281cb9d4f
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setRule(address _uniswapPair)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) 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.