Master Of Puppets
Verified contract
Active on
Ethereum with 478 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PUPPET | ERC-20 | 24.118963M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21271472 | 3 days ago | | | 0 | 0.00048350522 | |
| 21125015 | 24 days ago | | | 0 | 0.00033764053 | |
| 21113741 | 25 days ago | | | 0 | 0.00023522016 | |
| 21101018 | a month ago | | | 0 | 0.00092629257 | |
| 21055305 | a month ago | | | 0 | 0.00026098233 | |
| 21055293 | a month ago | | | 0 | 0.00026779165 | |
| 21054689 | a month ago | | | 0 | 0.00020301879 | |
| 21054642 | a month ago | | | 0 | 0.00027084894 | |
| 21047482 | a month ago | | | 0 | 0.00018135547 | |
| 21023987 | a month ago | | | 0 | 0.00041269204 |
ABI
ABI objects
Getter at block 21293354
decimals() pure returns (uint8)
9
marketingWallet() view returns (address)
0x9d2ae7e35544ef8c55373353feadba22cbf1a00d
maxWallet() view returns (uint256)
2000000000000000000
name() view returns (string)
Master Of Puppets
owner() view returns (address)
0x000000000000000000000000000000000000dead
pair() view returns (address)
0x4ce950e3199ec50117305f4e856c8711da976a4b
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapEnabled() view returns (bool)
true
swapThreshold() view returns (uint256)
40000000000000000
symbol() view returns (string)
PUPPET
taxes() view returns (uint128 buy, uint128 sell)
(buy=0, sell=0)
totalSupply() view returns (uint256)
10000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
exemptFee(address user) view returns (bool status)
isBlacklisted(address user) view returns (bool status)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
bulkExemptFee(address[] accounts, bool state)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
rescueERC20(address tokenAdd, uint256 amount)
rescueETH(uint256 weiAmount)
setBlacklist(address[] accounts, bool status)
setExemptFee(address _address, bool state)
setMarketingWallet(address newWallet)
setMaxWallet(uint256 _maxWallet)
setRouterAndPair(address newRouter, address newPair)
setSwapEnabled(bool status)
setSwapTreshhold(uint256 amount)
setTaxes(uint128 _buyTax, uint128 _sellTax)
setTradingStatus(bool status)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _router, address _marketingWallet, string _name, string _symbol)
receive()
This contract contains no error objects.