Frictionless
Verified contract
Active on
Ethereum with 1,734 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($54,038.47)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FRIC | ERC-20 | 6.400251M | $0.008443 |
$54,038.47 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21289825 | 2 hours ago | | | 0 | 0.00021389859 | |
| 21289706 | 2 hours ago | | | 0 | 0.00038635494 | |
| 21289182 | 4 hours ago | | | 0 | 0.00040623926 | |
| 21288663 | 6 hours ago | | | 0 | 0.00048194155 | |
| 21287596 | 9 hours ago | | | 0 | 0.00040948948 | |
| 21287544 | 9 hours ago | | | 0 | 0.00033531325 | |
| 21285342 | 17 hours ago | | | 0 | 0.00061301515 | |
| 21284845 | 18 hours ago | | | 0 | 0.00041659392 | |
| 21284745 | 19 hours ago | | | 0 | 0.00042395794 | |
| 21283663 | a day ago | | | 0 | 0.00042417178 |
ABI
ABI objects
Getter at block 21290332
decimals() view returns (uint8)
18
maxTxAmount() view returns (uint256)
500000000000000000000000000
maxWalletAmount() view returns (uint256)
125000000000000000000000000
name() view returns (string)
Frictionless
owner() view returns (address)
0xfe0afa0d524a3975b07c9a7d75c5bfcf4ef90f5b
router() view returns (address)
0xe592427a0aece92de3edee1f18e0157c05861564
sellFee() view returns (uint256)
0
symbol() view returns (string)
FRIC
totalSupply() view returns (uint256)
500000000000000000000000000
transferFee() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address) view returns (bool)
isExcludedFromMaxTx(address) view returns (bool)
isExcludedFromMaxWallet(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
excludeFromFee(address account, bool newState)
excludeFromMaxTx(address account, bool newState)
excludeFromMaxWallet(address account, bool newState)
renounceOwnership()
setMaxTxAmount(uint256 newPercentage)
setMaxWalletAmount(uint256 newPercentage)
setRouter(address newRouter)
setSellFee(uint256 newFee)
setTransferFee(uint256 newFee)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
withdraw(address to, uint256 value)
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(uint256 initialTotalSupply)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)