This contract is being backfilled. You may encounter incomplete storage history.

Printoor

Verified contract

Active on Ethereum with 70 txns
Deployed by via 0xf881ee08 at 19213868
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
9 additional variables

No balances found for "Printoor"

0x1cce51feda1ed8e385bb3a995d2e779cf0e48c7e38747a8d4af320f850630e04
0x812b34182d0676ab0208df7023482e1f126cfbd29127bf0428d45e0f541ea179
0x2036b693eb09af722d4cdbc64abf4950a0d4b4737541b1e18a828f13a8fdf8c2
0xb0f872db3656a4ee81fec5c1701dd114516353155c4b4dbb4de118f649a6d09b
0x4e663b1e12e3ae1eb8e6f96476a7a9f02a54de6496460f160d5951cad6a4ae29
0x99e26a35b472c9f1817dcfcd9e1c11b2d36a423d9dfda3f6a00b6b8f6e660b69
0x42fe1de71dce8c4d6d4843cb51ac20f14624191a674bbd1f453348ae3eccaf49
0x03a5e2241cbcd5faee9ea2c8b8e21bb107b5ab991be1f87d55b446aae044da44
0xdf3ccb6b82b273821a17cad3b240e4cdadc5c982428be1654d86688142f0adf5
0x72e9f26f2e997e6c3f453ba1e96e1807289c71a288096eb2f909bc97777f5c4f

Functions
Getter at block 20798077
baseTokenURI(view returns (string)
baseUnit(view returns (uint256)
1000
buyTax(view returns (uint256)
0
decimals(view returns (uint8)
18
limitsInEffect(view returns (bool)
true
maxTransaction(view returns (uint256)
20000000000000000000000
maxWallet(view returns (uint256)
20000000000000000000000
minted(view returns (uint256)
820
name(view returns (string)
Printoor
owner(view returns (address)
0xdf428b6d5259f176b2158a9834f3348ae8f151fb
sellTax(view returns (uint256)
0
swapEnabled(view returns (bool)
true
swapTokensAtAmount(view returns (uint256)
500000000000000000000
symbol(view returns (string)
PRINT
taxWallet(view returns (address)
0xdf428b6d5259f176b2158a9834f3348ae8f151fb
tokensForTax(view returns (uint256)
1946498627799276311187
totalSupply(view returns (uint256)
1000000000000000000000000
tradingActive(view returns (bool)
true
uniswapV2Pair(view returns (address)
0x425d479c4e28aed8d240832f7dbb89af2eca5f0b
uniswapV2Router(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(addressaddressview returns (uint256)
automatedMarketMakerPairs(addressview returns (bool)
balanceOf(addressview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
isExcludedFromFees(addressview returns (bool)
isExcludedMaxTransaction(addressview returns (bool)
ownerOf(uint256 idview returns (address owner)
tokenURI(uint256 idview returns (string)
whitelist(addressview returns (bool)
State-modifying
approve(address spenderuint256 amountOrIdreturns (bool)
enableTradingWithPermit(uint8 vbytes32 rbytes32 s
removeLimits(returns (bool)
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setBlackList(address addrbool enable
setTokenURI(string _tokenURI
setWhitelist(address targetbool state
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address newOwner
updateBuyTax(uint256 tax
updateSellTax(uint256 tax
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20Transfer(address indexed fromaddress indexed touint256 amount
ERC721Approval(address indexed owneraddress indexed spenderuint256 indexed id
OwnershipTransferred(address indexed useraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(
Fallback and receive
receive(
Errors
AlreadyExists(
InvalidOwner(
InvalidRecipient(
InvalidSender(
NotFound(
Unauthorized(
UnsafeRecipient(