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 |
---|---|---|---|---|---|
PRIZE | ERC-20 | 2.947988K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21323843 | 9 days ago | | | 0 | 0.00081944644 | |
| 21098297 | a month ago | | | 0 | 0.00017390485 | |
| 21098291 | a month ago | | | 0 | 0.00022487605 | |
| 19988400 | 6 months ago | | | 0 | 0.00025969957 | |
| 19922264 | 7 months ago | | | 0 | 0.00063417258 | |
| 19394807 | 9 months ago | | | 0 | 0.00093055994 | |
| 19347724 | 9 months ago | | | 0 | 0.0012105987 | |
| 19309191 | 10 months ago | | | 0 | 0.00060494293 | |
| 18973730 | a year ago | | | 0 | 0.0013991317 | |
| 18965564 | a year ago | | | 0 | 0.00045207270 |
ABI
ABI objects
Getter at block 21386054
_owner() view returns (address)
0x0000000000000000000000000000000000000000
buyTax() view returns (uint256)
5
decimals() view returns (uint8)
18
marketingFeeReceiver() view returns (address)
0x6692604c3917eb72b0d62df70ad433740fa610bd
maxTxAmount() view returns (uint256)
400000000000000000000000
maxWalletBalance() view returns (uint256)
400000000000000000000000
name() view returns (string)
Prize
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellTax() view returns (uint256)
5
swapThreshold() view returns (uint256)
30000000000000000000000
symbol() view returns (string)
PRIZE
totalSupply() view returns (uint256)
10000000000000000000000000
tradingOpen() view returns (bool)
true
uniswapV2Pair() view returns (address)
0xd96005904c7a37ebcd97b56db3d3863f8f545271
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isPrizeAddress(address) view returns (bool)
State-modifying
Events addPrizeAddress(address _prizeAddress)
approve(address spender, uint256 amount) returns (bool)
clearStuckToken(address tokenAddress, uint256 tokens) returns (bool success)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
openTrading()
renounceOwnership()
setExemptFromFee(address addr, bool value)
setExemptFromMaxTx(address addr, bool value)
setMarketingWallet(address _marketingFeeReceiver)
setMaxWalletAndTxPercent(uint256 _maxWalletPercent, uint256 _maxTxPercent)
setSwapBackSettings(uint256 _amount)
setTaxes(uint256 _buyTax, uint256 _sellTax)
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(string _name, string _symbol, uint256 _tokenSupply, uint8 _maxWalletPercent, uint8 _maxTxPercent, uint8 _buyTax, uint8 _sellTax)
fallback()
receive()
MathOverflowedMulDiv()
MaxBalanceExceeded()
NotExternalToken()
PercentOutOfRange()
ReentrancyGuardReentrantCall()
TradingClosed()
TransactionTooLarge()
TransferFailed()
UnknownCaller()