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)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CASACOIN | ERC-20 | 1.872226M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21267323 | 13 hours ago | | | 0 | 0.0060764415 | |
| 21267305 | 13 hours ago | | | 0 | 0.0049170907 | |
| 21267301 | 13 hours ago | | | 0 | 0.0070838106 | |
| 21267127 | 14 hours ago | | | 0 | 0.0088165619 | |
| 21267098 | 14 hours ago | | | 0 | 0.0042798637 | |
| 21267098 | 14 hours ago | | | 0 | 0.0052715039 | |
| 21267091 | 14 hours ago | | | 0 | 0.0034053595 | |
| 21260993 | a day ago | | | 0 | 0.00047663892 | |
| 21257161 | 2 days ago | | | 0 | 0.0022682750 | |
| 21256902 | 2 days ago | | | 0 | 0.00079556902 |
ABI
ABI objects
Getter at block 21271225
DOMAIN_SEPARATOR() view returns (bytes32)
0x44c82cb4ccff64b9902c54b1fdd974729a1bdd52c56f9fda8c82edf4170591ed
ID_ENCODING_PREFIX() view returns (uint256)
57896044618658097711785492504343953926634992332820282019728792003956564819968
decimals() view returns (uint8)
18
erc20TotalSupply() view returns (uint256)
10000000000000000000000
erc721TotalSupply() view returns (uint256)
6751
getERC721QueueLength() view returns (uint256)
529
minted() view returns (uint256)
6751
name() view returns (string)
Incept
owner() view returns (address)
0xc419eb799543e910db5040bd3ada5cc57372e404
symbol() view returns (string)
INCEPT
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()