Ethereum Punk
Verified contract
Active on
Ethereum with 159 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfa14…b665
2 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ePunk | ERC-20 | 0.000073 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14639949 | 3 years ago | | | 0 | 0.00066990502 | |
| 14639949 | 3 years ago | | | 0 | 0.00066990502 | |
| 13379945 | 3 years ago | | | 0 | 0.0051604710 | |
| 13208028 | 3 years ago | | | 0 | 0.0077042098 | |
| 13016895 | 3 years ago | | | 0 | 0.0024723440 | |
| 13016707 | 3 years ago | | | 0 | 0.0018659200 | |
| 13013859 | 3 years ago | | | 0 | 0.0025369596 | |
| 13010933 | 3 years ago | | | 0 | 0.0022391040 | |
| 13009151 | 3 years ago | | | 0 | 0.0023096866 | |
| 13008436 | 3 years ago | | | 0 | 0.0021924560 |
ABI
ABI objects
Getter at block 21211153
_devWalletAddress() view returns (address)
0xfa145387d349141af7f0460908fb9f84e8f7b665
_liquidityFee() view returns (uint256)
15
_maxTxAmount() view returns (uint256)
10000000000000000000000000000000000000000
_taxFee() view returns (uint256)
0
decimals() view returns (uint8)
9
name() view returns (string)
Ethereum Punk
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
ePunk
totalFees() view returns (uint256)
0
totalSupply() view returns (uint256)
1000000000000000000000000
uniswapV2Pair() view returns (address)
0x522f0ad7257bd4256238c68e94788ca8d2926182
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
isExcludedFromReward(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events _setdevWallet(address devWalletAddress)
addBotToBlackList(address account)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deliver(uint256 tAmount)
excludeFromFee(address account)
excludeFromReward(address account)
includeInFee(address account)
includeInReward(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeBotFromBlackList(address account)
renounceOwnership()
setDevFeeDisabled(bool _devFeeEnabled) returns (bool)
setLiquidityFeePercent(uint256 liquidityFee)
setMaxTxPercent(uint256 maxTxPercent)
setSwapAndLiquifyEnabled(bool _enabled)
setTaxFeePercent(uint256 taxFee)
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)
MinTokensBeforeSwapUpdated(uint256 minTokensBeforeSwap)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived)
SwapAndLiquifyEnabledUpdated(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address devWalletAddress)
receive()
This contract contains no error objects.