Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Pills"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21096303 | a month ago | | | 0 | 0.00028570999 | |
| 21096302 | a month ago | | | 0 | 0.00028900737 | |
| 21096302 | a month ago | | | 0 | 0.00017008659 | |
| 21096302 | a month ago | | | 0 | 0.00028900737 | |
| 21096302 | a month ago | | | 0 | 0.00028900737 | |
| 21096302 | a month ago | | | 0 | 0.00028900737 | |
| 21096302 | a month ago | | | 0 | 0.00028900737 | |
| 21096302 | a month ago | | | 0 | 0.00028900737 | |
| 21096302 | a month ago | | | 0 | 0.00028900737 | |
| 21096302 | a month ago | | | 0 | 0.00028900737 |
ABI
ABI objects
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(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
erc20BalanceOf(address owner_) view returns (uint256)
erc721BalanceOf(address owner_) view returns (uint256)
erc721TransferExempt(address target_) view returns (bool)
getApproved(uint256) view returns (address)
getERC721TokensInQueue(uint256 start_, uint256 count_) view returns (uint256[])
isApprovedForAll(address, address) view returns (bool)
nft_setup_set(uint256) view returns (uint256)
nonces(address) view returns (uint256)
owned(address owner_) view returns (uint256[])
ownerOf(uint256 id_) view returns (address erc721Owner)
setup(uint256) view returns (address implementation, address registry, bytes32 salt)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 id_) view returns (string)
State-modifying
Events 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 to, uint256 value, bytes data, uint8 operation) payable 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_)
Approval(address indexed owner, address indexed spender, uint256 indexed id)
Approval(address indexed owner, address indexed spender, uint256 value)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(string name_, string symbol_, uint8 decimals_, uint256 supply, address registry_, address implementation_, bytes32 salt_)
This contract contains no fallback and receive objects.
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()