dancing triangle
Verified contract
Active on
Ethereum with 3,177 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,123.94)
Native
Value
$1,123.94
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.355916 | $3,157.87 |
$1,123.94 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21202825 | 16 minutes ago | | | 0 | 0.00080319473 | |
| 21202718 | 37 minutes ago | | | 0 | 0.00051672226 | |
| 21201957 | 3 hours ago | | | 0 | 0.00084428640 | |
| 21199157 | 13 hours ago | | | 0 | 0.00056473094 | |
| 21198997 | 13 hours ago | | | 0 | 0.00049334891 | |
| 21198992 | 13 hours ago | | | 0 | 0.00060395585 | |
| 21198800 | 14 hours ago | | | 0 | 0.00063329375 | |
| 21198033 | 16 hours ago | | | 0 | 0.00068921944 | |
| 21197720 | 17 hours ago | | | 0 | 0.00093130327 | |
| 21196834 | 20 hours ago | | | 0 | 0.00090031539 |
ABI
ABI objects
Getter at block 21202904
buyTaxPercent() view returns (uint256)
0
decimals() view returns (uint8)
18
feeRecipientAddr() view returns (address)
0x9f63692895d66b9ae549f78d602cabb884272902
feeTokenThreshold() view returns (uint256)
5000000000000000000000000
maxSwapLimit() view returns (uint256)
0
maxWalletLimit() view returns (uint256)
0
name() view returns (string)
dancing triangle
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellTaxPercent() view returns (uint256)
0
symbol() view returns (string)
triangle
totalSupply() view returns (uint256)
1000000000000000000000000000
v2Pair() view returns (address)
0x2e193ef33357c50d92d8f27b1f9fc6c2bf278dff
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableLimits()
disableSwapTxLimit()
disableWalletLimit()
enableSwap()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeStuckEther()
removeStuckTokens(address token)
renounceOwnership()
setTokenFees(uint256 newBuyFee, uint256 newSellFee)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateFeeThreshold(uint256 newThreshold)
Approval(address indexed owner, address indexed spender, uint256 value)
FeeSwap(uint256 indexed 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.