Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($95.48)
Native
Value
$95.48
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.024374 | $3,917.43 |
$95.48 | |
PULSE | ERC-20 | 819.689064K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21393333 | 9 hours ago | | | 0 | 0.00069854204 | |
| 21392883 | 10 hours ago | | | 0 | 0.00078949191 | |
| 21392329 | 12 hours ago | | | 0 | 0.00062977737 | |
| 21392168 | 12 hours ago | | | 0 | 0.00051242601 | |
| 21392164 | 12 hours ago | | | 0 | 0.00054313544 | |
| 21392164 | 12 hours ago | | | 0 | 0.00053841814 | |
| 21392155 | 13 hours ago | | | 0 | 0.00054619770 | |
| 21392054 | 13 hours ago | | | 0 | 0.00047605736 | |
| 21390068 | 20 hours ago | | | 0 | 0.00065105547 | |
| 21389605 | 21 hours ago | | | 0 | 0.00072601345 |
ABI
ABI objects
Getter at block 21395890
decimals() view returns (uint8)
18
marketingFee() view returns (uint256)
4
marketingFeeReceiver() view returns (address)
0xb2d85bc0533a5c6c0d142348bea499ed2e455d27
maxSwapThreshold() view returns (uint256)
1250000000000000000000000
maxWalletSize() view returns (uint256)
1000000000000000000000000000
name() view returns (string)
Pulse3D
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapEnabled() view returns (bool)
true
symbol() view returns (string)
PULSE
totalSupply() view returns (uint256)
1000000000000000000000000000
tradingEnabled() view returns (bool)
true
tradingEnabledTime() view returns (uint256)
1733932763
uniswapV2Pair() view returns (address)
0xc46e746e1ba253d718e238574051b16739f042a8
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeFeeReceiver(address _marketingFeeReceiver)
claimStuckTokens(address token)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lowerFees(uint256 _newFee)
raiseMaxLimit(uint256 _newLimit)
renounceOwnership()
sellFees()
setSwapThreshold(uint256 _newThreshold)
toggleSwapping(bool _swapEnabled)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
FeesLowered(uint256 _new)
MarketingFeeReceiverChanged(address marketingFeeReceiver)
MaxSwapThresholdUpdated(uint256 _new)
MaxWalletSizeRaised(uint256 _new)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 bnbReceived, uint256 tokensIntoLiqudity)
SwapAndSendFee(uint256 tokensSwapped, uint256 bnbSend)
ToggleSwapping(bool swapEnabled)
TradingEnabled(bool tradingEnabled, uint256 tradingEnabledTime)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _router, address _feeReceiver, uint256 _initalLiquidity)
receive()
This contract contains no error objects.