Pills

Verified contract

Active on Ethereum with 275 txns
Deployed by via 0x39a2a1ac at 20830346
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot

No balances found for "Pills"

0x86f1eeb74f3c00971edca9b68c548c7e8212271c7929350362bfb8577fe92881
0xab6ba88a6e822784c5e8427a6a866e91c8745f235a1c781d061053e08cee1172
0xcd048531cbbe72bff02b356efd9a3738bd0658eda0e51fecf658dd33803518b0
From
0x66d8404986acfcc5e49eba0871bbbe09fc0154a422ae37c272c79c714bf0c190
0xa94aa236934a39149a2092b57c00a258dded7e21460ceb4652fe2d2536f880a3
0x2a86f40cf8465fba8b31e6c7070a497a34d45d57066c98fe40f240ce9fbe9909
0x2fe474dcd37d2d823efed8984e1941f442ca9b5dba1fa14e83fe41809e6e6f1f
0x2ecd536e3a13cfcaaea87e47aceec7851a453623da7461642c49573c413f39ac
0x73a9d27b473c01e11bc90cd0d57c6caa9d2140a95f97de65114aad934fb62d20
0x92e5085215539d646e64c91b2c4630ce8d073cc5a6540e17aa3c331be9c07e23

Functions
Getter at block 20855393
DOMAIN_SEPARATOR(view returns (bytes32)
0xac11a6034e146a505ea3a291a7a3490653ec93827db92f83529578f4030137cc
ID_ENCODING_PREFIX(view returns (uint256)
57896044618658097711785492504343953926634992332820282019728792003956564819968
decimals(view returns (uint8)
18
erc20TotalSupply(view returns (uint256)
10000000000000000000000
erc721TotalSupply(view returns (uint256)
1283
getERC721QueueLength(view returns (uint256)
188
minted(view returns (uint256)
1283
name(view returns (string)
Pills
owner(view returns (address)
0xa8220fa0cc00fc1effdf357a437ca159269e133e
symbol(view returns (string)
PILLS
totalSupply(view returns (uint256)
10000000000000000000000
units(view returns (uint256)
1000000000000000000
Read-only
account(uint256 id_view returns (address)
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
erc20BalanceOf(address owner_view returns (uint256)
erc721BalanceOf(address owner_view returns (uint256)
erc721TransferExempt(address target_view returns (bool)
getApproved(uint256view returns (address)
getERC721TokensInQueue(uint256 start_uint256 count_view returns (uint256[])
isApprovedForAll(addressaddressview returns (bool)
nft_setup_set(uint256view returns (uint256)
nonces(addressview returns (uint256)
owned(address owner_view returns (uint256[])
ownerOf(uint256 id_view returns (address erc721Owner)
setup(uint256view returns (address implementationaddress registrybytes32 salt)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 id_view returns (string)
State-modifying
add6551Setup(address registry_address implementation_bytes32 salt_
allowSelfExempts(
approve(address spender_uint256 valueOrId_returns (bool)
erc20Approve(address spender_uint256 value_returns (bool)
erc20TransferFrom(address from_address to_uint256 value_returns (bool)
erc721Approve(address spender_uint256 id_returns (bool)
erc721TransferFrom(address from_address to_uint256 id_
execute(uint256 id_address touint256 valuebytes datauint8 operationpayable returns (bytes result)
liveNFTs(
permit(address owner_address spender_uint256 value_uint256 deadline_uint8 v_bytes32 r_bytes32 s_
removeLimits(
renounceOwnership(
safeTransferFrom(address from_address to_uint256 id_
safeTransferFrom(address from_address to_uint256 id_bytes data_
setApprovalForAll(address operator_bool approved_
setERC721TransferExempt(address account_bool value_
setPair(
setSelfERC721TransferExempt(bool state_
transfer(address to_uint256 value_returns (bool)
transferFrom(address from_address to_uint256 valueOrId_returns (bool)
transferOwnership(address newOwner
updateURI(string uri
upgrade6551Setup(uint256 setupId_uint256 tokenId_
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
Approval(address indexed owneraddress indexed spenderuint256 value
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(string name_string symbol_uint8 decimals_uint256 supplyaddress registry_address implementation_bytes32 salt_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
DecimalsTooLow(
InsufficientAllowance(
InvalidApproval(
InvalidExemption(
InvalidOperator(
InvalidRecipient(
InvalidSender(
InvalidSigner(
InvalidSpender(
InvalidTokenId(
MintLimitReached(
NotFound(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
OwnedIndexOverflow(
PermitDeadlineExpired(
QueueEmpty(
QueueFull(
QueueOutOfBounds(
RecipientIsERC721TransferExempt(
Unauthorized(
UnsafeRecipient(