Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3,207.82)
Native
Value
$3,207.82
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.95671 | $3,352.97 |
$3,207.82 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245897 | 8 hours ago | | | 0 | 0.00078313740 | |
| 21241405 | a day ago | | | 0 | 0.00052075932 | |
| 21240884 | a day ago | | | 0 | 0.00052346072 | |
| 21240866 | a day ago | | | 0 | 0.00053963441 | |
| 21225854 | 3 days ago | | | 0 | 0.00057988628 | |
| 21217693 | 4 days ago | | | 0 | 0.00064099487 | |
| 21212724 | 5 days ago | | | 0 | 0.00052988736 | |
| 21206048 | 6 days ago | | | 0 | 0.00055764237 | |
| 21200134 | 7 days ago | | | 0 | 0.00069706371 | |
| 21198436 | 7 days ago | | | 0 | 0.0011408770 |
ABI
ABI objects
Getter at block 21248290
decimals() view returns (uint8)
18
launched() view returns (bool)
true
limitsEnabled() view returns (bool)
false
maxTransaction() view returns (uint256)
1000000000000000000000000000
maxWallet() view returns (uint256)
1000000000000000000000000000
name() view returns (string)
Be Defiant
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapEnabled() view returns (bool)
false
swapTokensAtAmount() view returns (uint256)
0
symbol() view returns (string)
BeDeFi
taxesEnabled() view returns (bool)
false
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isBot(address) view returns (bool)
isExcludedMaxTransactionAmount(address) view returns (bool)
routers(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableLimits() payable
enableTrading() payable
excludeFromMaxTransaction(address[] accounts, bool value)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setAutomatedMarketMakerPair(address account, bool value)
setBots(address[] accounts, bool value)
setLimits(uint256 _maxTransaction, uint256 _maxWallet)
setLimitsEnabled(bool value)
setRouter(address account, bool value)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawStuckTokens(address tkn)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromMaxTransaction(address indexed account, bool value)
Launch()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SetBots(address indexed account, bool value)
SetLimitsEnabled(bool value)
SetRouter(address indexed pair, bool indexed value)
Transfer(address indexed from, address indexed to, uint256 value)
WithdrawStuckTokens(address token, uint256 amount)
constructor(address _uniswapV2Router)
receive()
This contract contains no error objects.