PulseFloki
Verified contract
Active on
Ethereum with 1,697 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
11 additional
variables
Balances ($82.21)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CULT | ERC-20 | 32.8831M | $0.000003 |
$82.21 | |
PLSF | ERC-20 | 102.635912K | -- | -- | |
SPUNK | ERC-20 | 3.644676K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21270519 | 2 days ago | | | 0 | 0.00037417184 | |
| 21262361 | 3 days ago | | | 0 | 0.00041169201 | |
| 21262350 | 3 days ago | | | 0 | 0.00055813838 | |
| 21250617 | 5 days ago | | | 0 | 0.00060103757 | |
| 21234525 | 7 days ago | | | 0 | 0.00047858313 | |
| 20271038 | 5 months ago | | | 0 | 0.000097051908 | |
| 20271036 | 5 months ago | | | 0 | 0.00010966945 | |
| 20184656 | 5 months ago | | | 0 | 0.0010728228 | |
| 20103866 | 5 months ago | | | 0 | 0.00021287154 | |
| 20059828 | 6 months ago | | | 0 | 0.00030146291 |
ABI
ABI objects
Getter at block 21285358
decimals() view returns (uint8)
18
name() view returns (string)
PulseFloki
owner() view returns (address)
0x000000000000000000000000000000000000dead
paused() view returns (bool)
false
symbol() view returns (string)
PLSF
taxStatus() view returns (bool)
true
totalSupply() view returns (uint256)
5000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklisted(address account) view returns (bool)
isExcluded(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableBlacklist(address account)
disableTax()
enableBlacklist(address account)
enableTax()
exclude(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
removeExclude(address account)
renounceOwnership()
setBuyTax(uint256 dev, uint256 marketing, uint256 liquidity, uint256 charity)
setSellTax(uint256 dev, uint256 marketing, uint256 liquidity, uint256 charity)
setTaxWallets(address dev, address marketing, address charity)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
triggerTax()
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string _tokenName, string _tokenSymbol, uint256 _supply, address[6] _addr, uint256[8] _value)
receive()
This contract contains no error objects.