Pills

Verified contract

Active on Ethereum with 290 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"

0xe4becbf6b20b2813ff07d92a21ec70b2a4e918943cbf3655e179bad1a22c8405
0x16ff253e3014793256aab4225ba93c634659e16d8d0d0c740b4c9b503c13c2f9
0xba1bb6c29b633fcad411ca4715d2d8923f1e62f62e7ae328ad41b418c2e5bd5a
0x49d15c09b72ee37dd9b1c9e3a91ca8b8d556c926ceb65036339019f46be2fabb
0x90cf4c3122bbe3deb7f8441b2519e8a8b8165156d94547f13dbd171ffd7942a1
0xd7ba0e2256564dddb9a085adcd20d5c25835204218315e351666216de30d4c0d
0x0e2eab3beff8fd38d4d3f435ddf97878cfb9e0978aeea092b4811bbd5da33bc0
0x2467f8eec53df73a3a6990eb7610810179ab4d81f15793716ed39bbc519d7637
0x09761846ab049fac212434d9ab1c8ead7b1eb1a35ff740761f1a551cb2c49ccf
0x0d3b46c0e6ba0e83063f071b41b6366a2c5cb4c37d57e050ca05f5ea86765657

Functions
Getter at block 21290586
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(