MonkeyPuppet
Verified contract
Active on
Ethereum with 122 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MonkeyPuppet"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20790878 | 2 months ago | | | 0 | 0.00048778771 | |
| 20790872 | 2 months ago | | | 0 | 0.00045740698 | |
| 20584422 | 3 months ago | | | 0 | 0.000068040821 | |
| 20584415 | 3 months ago | | | 0 | 0.000057314725 | |
| 20584404 | 3 months ago | | | 0 | 0.000092573026 | |
| 19910862 | 6 months ago | | | 0 | 0.00053659105 | |
| 18870391 | a year ago | | | 0 | 0.00070191079 | |
| 18758533 | a year ago | | | 0 | 0.0016502091 | |
| 18589026 | a year ago | | | 0 | 0.0010251733 | |
| 18563571 | a year ago | | | 0 | 0.0030961802 |
ABI
ABI objects
Getter at block 21314251
decimals() view returns (uint8)
18
fees() view returns (uint256)
2
name() view returns (string)
MonkeyPuppet
owner() view returns (address)
0x1a74b14e78b0c943fff5d5637a5d17b269569eb7
symbol() view returns (string)
MPM
totalFees() view returns (uint256)
48198153155799693367283068033
totalSupply() view returns (uint256)
420000000069000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcluded(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeAccount(address account)
includeAccount(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
reflect(uint256 tAmount)
renounceOwnership()
setFeesPercentage(uint256 feesPercentage)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TeamFinanceTokenMint(address owner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint8 decimals, uint256 supply, uint256 fees, address owner, address feeWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.