Shibception
Verified contract
Active on
Ethereum with 218 txns
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 "Shibception"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21296737 | 3 days ago | | | 0 | 0.00046045589 | |
| 21198104 | 16 days ago | | | 0 | 0.0038893075 | |
| 21100094 | a month ago | | | 0 | 0.00024305797 | |
| 20937969 | 2 months ago | | | 0 | 0.00042375963 | |
| 20833767 | 2 months ago | | | 0 | 0.00098614558 | |
| 20831433 | 2 months ago | | | 0 | 0.00061607555 | |
| 20831419 | 2 months ago | | | 0 | 0.00076105493 | |
| 20831419 | 2 months ago | | | 0 | 0.00070792867 | |
| 20831390 | 2 months ago | | | 0 | 0.00075456310 | |
| 20831389 | 2 months ago | | | 0 | 0.00081637809 |
ABI
ABI objects
Getter at block 21315414
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)
2243
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(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)
launch(uint256 supply721, bool create) payable
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_)
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_, 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()