Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
19 additional
variables
Balances ($0.00)
No balances found for "PetBox"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19849548 | 6 months ago | | | 0 | 0.000094995983 | |
| 19507151 | 8 months ago | | | 0 | 0.00048241816 | |
| 19501018 | 8 months ago | | | 0 | 0.00082592779 | |
| 19451346 | 8 months ago | | | 0 | 0.0012930697 | |
| 19406711 | 8 months ago | | | 0 | 0.0032856998 | |
| 19356084 | 9 months ago | | | 0 | 0.0032693868 | |
| 19351101 | 9 months ago | | | 0 | 0.0020793354 | |
| 19292715 | 9 months ago | | | 0 | 0.0016722597 | |
| 19292412 | 9 months ago | | | 0 | 0.0019061506 | |
| 19292412 | 9 months ago | | | 0 | 0.0019082517 |
ABI
ABI objects
Getter at block 21227352
baseTokenURI() view returns (string)
baseUnit() view returns (uint256)
1
buyTax() view returns (uint256)
0
contractURI() view returns (string)
dataURI() view returns (string)
decimals() view returns (uint8)
18
limitsInEffect() view returns (bool)
false
maxMint() view returns (uint256)
2000
maxTransaction() view returns (uint256)
40000000000000000000
maxWallet() view returns (uint256)
40000000000000000000
minted() view returns (uint256)
2387
name() view returns (string)
PetBox
owner() view returns (address)
0x43ff792c019fce75c0e6653bc64c0cf122541d2d
sellTax() view returns (uint256)
0
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
1000000000000000000
symbol() view returns (string)
PETX
taxWallet() view returns (address)
0x43ff792c019fce75c0e6653bc64c0cf122541d2d
tokensForTax() view returns (uint256)
474643033134048821
totalFrozen() view returns (uint256)
0
totalSupply() view returns (uint256)
2000000000000000000000
tradingActive() view returns (bool)
true
uniswapV2Pair() view returns (address)
0xe9189798d20a2722398ae9f76faf6da7323cf6a7
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
uriSuffix() view returns (string)
.json
Read-only
_burnedTokenIds(uint256) view returns (uint256)
allowance(address, address) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address _user) view returns (uint256 balance)
frozenIds(address _user) view returns (uint256[])
frozenTokens(address, uint256) view returns (bool)
frozenTokensCount(address) view returns (uint256)
fullBalanceOf(address _user) view returns (uint256 balance)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
isExcludedFromFees(address) view returns (bool)
isExcludedMaxTransaction(address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
tokenURI(uint256 id) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amountOrId) returns (bool)
batchFreeze(uint256[] _ids)
batchUnFreeze(uint256[] _ids)
enableTradingWithPermit(uint8 v, bytes32 r, bytes32 s)
freezeToken(uint256 _id)
removeLimits() returns (bool)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setBlackList(address addr, bool enable)
setContractURI(string contractURI_)
setDataURI(string _dataURI)
setDefaultURI(string _defaultURI)
setTokenURI(string _tokenURI)
setTokenURISuffix(string _uriSuffix)
setWhitelist(address target, bool state)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
transferOwnership(address newOwner)
unFreezeToken(uint256 _id)
updateBuyTax(uint256 tax)
updateSellTax(uint256 tax)
Approval(address indexed owner, address indexed spender, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Transfer(address indexed from, address indexed to, uint256 amount)
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor()
receive()
AlreadyExists()
InvalidOwner()
InvalidRecipient()
InvalidSender()
NoFunds()
NotFound()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
Unauthorized()
UnsafeRecipient()