fuelswap.finance
Verified contract
Active on
Ethereum with 16 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 |
---|---|---|---|---|---|
FUEL | ERC-20 | 70K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11491118 | 4 years ago | | | 0 | 0.0017358510 | |
| 11408384 | 4 years ago | | | 0 | 0.0010547010 | |
| 11408156 | 4 years ago | | | 0 | 0.0015133060 | |
| 11408150 | 4 years ago | | | 0 | 0.0015133060 | |
| 11408142 | 4 years ago | | | 0 | 0.0058382400 | |
| 11408102 | 4 years ago | | | 0 | 0.0017803600 | |
| 11408094 | 4 years ago | | | 0 | 0.0021809410 | |
| 11408088 | 4 years ago | | | 0 | 0.0017803600 | |
| 11408075 | 4 years ago | | | 0 | 0.0017085600 | |
| 11408061 | 4 years ago | | | 0 | 0.00084567106 |
ABI
ABI objects
Getter at block 21207105
decimals() view returns (uint8)
18
name() view returns (string)
fuelswap.finance
symbol() view returns (string)
FUEL
totalSupply() view returns (uint256)
100000000000000000000000000
version() view returns (string)
1.1
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 balance, uint256 subtractValue)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint256 initialTokens)
This contract contains no fallback and receive objects.
This contract contains no error objects.