FaceDao Token
Verified contract
Active on
Ethereum with 2,487 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($202.70)
Native
Value
$62.78
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.018887 | $3,324.07 |
$62.78 | |
SHIB | ERC-20 | 5.074971M | $0.000028 |
$139.92 | |
FACE | ERC-20 | 1.920947T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21000311 | 23 days ago | | | 0 | 0.00071468387 | |
| 20985145 | 25 days ago | | | 0 | 0.0010018669 | |
| 20910890 | a month ago | | | 0 | 0.00019075836 | |
| 20839099 | 2 months ago | | | 0 | 0.00041815099 | |
| 20533056 | 3 months ago | | | 0 | 0.000078660085 | |
| 20533055 | 3 months ago | | | 0 | 0.000077394365 | |
| 20416827 | 3 months ago | | | 0 | 0.00024761100 | |
| 20407315 | 3 months ago | | | 0 | 0.000082339036 | |
| 20252663 | 4 months ago | | | 0 | 0.000073402168 | |
| 20239853 | 4 months ago | | | 0 | 0.00069652234 |
ABI
ABI objects
Getter at block 21166785
_maxTxAmount() view returns (uint256)
5000000000000000000000
_taxFee() view returns (uint256)
25
decimals() view returns (uint8)
9
geUnlockTime() view returns (uint256)
0
name() view returns (string)
FaceDao Token
owner() view returns (address)
0xd457e2bf54548bd3e1ad335422a6478593c3e674
symbol() view returns (string)
FACE
totalFees() view returns (uint256)
1544238326858089433853
totalSupply() view returns (uint256)
1000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
isExcludedFromReward(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deliver(uint256 tAmount)
excludeFromFee(address account)
excludeFromReward(address account)
includeInFee(address account)
includeInReward(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lock(uint256 time)
renounceOwnership()
setMaxTxPercent(uint256 maxTxPercent)
setTaxFeePercent(uint256 taxFee)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unlock()
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()
receive()
This contract contains no error objects.