PWRCASH
Verified contract
Active on
Ethereum with 1,562 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
-
variable spans 3 additional slots
Balances ($350.62)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 350.621206 | $1.00 |
$350.62 | |
PWRC | ERC-20 | 189.596794K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20851242 | a month ago | | | 0 | 0.00025613222 | |
| 20405529 | 3 months ago | | | 0 | 0.000078704763 | |
| 20061690 | 5 months ago | | | 0 | 0.00053234163 | |
| 19744848 | 6 months ago | | | 0 | 0.00012703418 | |
| 19343230 | 8 months ago | | | 0 | 0.0027141326 | |
| 19051180 | 10 months ago | | | 0 | 0.00029549363 | |
| 18915788 | 10 months ago | | | 0 | 0.00027139400 | |
| 18907216 | 10 months ago | | | 0 | 0.00069643973 | |
| 18757000 | a year ago | | | 0 | 0.0021918351 | |
| 18649392 | a year ago | | | 0 | 0.00062218844 |
ABI
ABI objects
Getter at block 21162626
decimals() view returns (uint8)
18
getCut() view returns (uint256 marketingBuy, uint256 farmingBuy, uint256 marketingSell, uint256 farmingSell)
(marketingBuy=75, farmingBuy=75, marketingSell=75, farmingSell=75)
getTxLimits() view returns (uint256 buyLimit, uint256 sellLimit, bool inactive)
(buyLimit=1000000000000000000000000, sellLimit=250000000000000000000000, inactive=true)
name() view returns (string)
PWRCASH
owner() view returns (address)
0x519cbc887331c553776f67cf217bc4c959ce1e9a
swapTokens() view returns (uint256 swapTokensAt, uint256 lastSwap, uint256 swapDelay, uint256 minToSend)
(swapTokensAt=348409000000000000000000, lastSwap=1685234111, swapDelay=1200, minToSend=10000000000000000000000000000)
symbol() view returns (string)
PWRC
tAddress1() view returns (address)
0x519cbc887331c553776f67cf217bc4c959ce1e9a
totalSupply() view returns (uint256)
100000000000000000000000000
uniswapV2Pair() view returns (address)
0xc39714070fa2af7d4c5cb210c4bebcf0cda261d8
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
cutExempt(address) view returns (bool)
txExempt(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
manualSendNative()
manualSwapTokensForNative(uint256 _amount)
removeCuts()
removeLimits()
renounceOwnership()
setCutExempt(address _address, bool _value)
setSwapTokens(uint256 _swapTokensAt, uint256 _lastSwap, uint256 _delay, uint256 _minToSend)
setTaxAddress(address _tAddress1)
setTxExempt(address _address, bool _value)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawAnyToken(address _to, address _token)
Approval(address indexed owner, address indexed spender, uint256 value)
Cuts(uint256 _marketingBuy, uint256 _farmingBuy, uint256 _marketingSell, uint256 _farmingSell)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SendNative(bool _wallet)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.