Punk Coin 2.0
Verified contract
Active on
Ethereum with 127 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x224c…db79
0x224c…db79
6 additional
variables
Balances ($0.00)
No balances found for "Punk Coin 2.0"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18192356 | a year ago | | | 0 | 0.0012641793 | |
| 17620580 | a year ago | | | 0 | 0.00072742944 | |
| 17614208 | a year ago | | | 0 | 0.0013295930 | |
| 17600617 | a year ago | | | 0 | 0.00086719578 | |
| 17598567 | a year ago | | | 0 | 0.00070365229 | |
| 17596229 | a year ago | | | 0 | 0.0012167154 | |
| 17595811 | a year ago | | | 0 | 0.0014585598 | |
| 17595414 | a year ago | | | 0 | 0.00038521781 | |
| 17595051 | a year ago | | | 0 | 0.0010229338 | |
| 17595018 | a year ago | | | 0 | 0.0010075722 |
ABI
ABI objects
Getter at block 21096649
buyFee() view returns (uint8)
0
decimals() pure returns (uint8)
9
developmentWallet() view returns (address)
0x224cb6eb64830eb20aed66c8c1611d8fd591db79
feeSplit() view returns (uint16 marketing, uint16 development, uint16 LP)
(marketing=100, development=0, LP=0)
marketingWallet() view returns (address)
0x224cb6eb64830eb20aed66c8c1611d8fd591db79
maxTransaction() view returns (uint256)
59999999940000001
maxWallet() view returns (uint256)
59999999940000001
name() pure returns (string)
Punk Coin 2.0
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFee() view returns (uint8)
0
swapAtMax() view returns (uint256)
6326666660340000
swapAtMin() view returns (uint256)
66666666600000
symbol() pure returns (string)
PUNK2.0
totalSupply() pure returns (uint256)
666666666000000000
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
exemptFromFees(address wallet) view returns (bool)
exemptFromLimits(address wallet) view returns (bool)
State-modifying
Events addLiquidity() payable
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
manualTaxSwapAndSend(uint8 swapTokenPercent, bool sendEth)
renounceOwnership()
setExempt(address wallet, bool noFees, bool noLimits)
setFeeSplit(uint16 sharesAutoLP, uint16 sharesMarketing, uint16 sharesDevelopment)
setFees(uint8 buy, uint8 sell)
setLimits(uint16 maxTransactionPermille, uint16 maxWalletPermille)
setTaxSwap(uint32 minValue, uint32 minDivider, uint32 maxValue, uint32 maxDivider)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateWallets(address marketing, address development, address LPtokens)
Approval(address indexed _owner, address indexed spender, uint256 value)
OwnershipTransferred(address _owner)
TokensBurned(address indexed burnedByWallet, uint256 tokenAmount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.