Shibception

Verified contract

Active on Ethereum with 214 txns
Deployed by via 0xa88550e6 at 20830979
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 "Shibception"

0xd936a6fda84e2546262cf0d14d40f825add39c83342c8ec07fc4ee10385609e2
0xe245afc3e5f24516e749e4ad2205bb552cbc9180fc1b30075ffa3fca7aae712a
0xd1c1cab3a5a2de02bcfeb9feb862a86f022df836ea1d7d13e9d0b5361a65b2ae
0xfb92142ac96f4ed16120587e3da62c66016131880c18d7a1f75dfffc4f26fe83
0x8b088f2936fb8ecfd07155362a1a3972b6bdba6bdd962e0b700806fad2d18f84
0x8476744030126c7136f522e95d857f231fa52e6987271c64bcc53e6226e1f67f
0x914e76664e511bd9e6117e18ba907172421ad0b56c7b3b8f5397acf209bed50e
0xfca7b0d53179fbe8df7e8fa788deba4af9c6a9abb09d35062f429c2e62889272
0xcdc82c9b03d55c41e509740a0cee5ef76c4f544b7d6faf8e78678d8a89037ccd
0x7f40ee7a8fbd0f82154eb9bf03aaabe4b69b188c2f984bdb5a3bfc16d5b2439b

Functions
Getter at block 20853658
DOMAIN_SEPARATOR(view returns (bytes32)
0x1313fa912115559adaaa6d9ba8bb6238903bcbc620425c8a1cc0856cf9c3b9e2
ID_ENCODING_PREFIX(view returns (uint256)
57896044618658097711785492504343953926634992332820282019728792003956564819968
decimals(view returns (uint8)
18
erc20TotalSupply(view returns (uint256)
10000000000000000000000
erc721TotalSupply(view returns (uint256)
3951
getERC721QueueLength(view returns (uint256)
2139
minted(view returns (uint256)
3951
name(view returns (string)
Shibception
owner(view returns (address)
0x76f0199b0acce3c482ef9eb0755def83ce34d9d4
symbol(view returns (string)
ISHI
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)
launch(uint256 supply721bool createpayable 
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_
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_address 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(