Incept

Verified contract

Active on Ethereum with 4,344 txns
Deployed by via 0x2cb5adc0 at 20829118
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
ERC-20
--
0x5b5ea19cf189b32324ba40d5ee9253d3d3f65acbcd2d0e2793e539f140f3bec6
0x6bbccd27fa12f61d57312960ebdfc3e4de6a7ea18824aa5a3533dedbc0616e2c
0x5f177cf6eab0a7aacc05b4f15ffcfcdfd789a0d1af3ed694950bc4e5472541ee
0x773c3a8c27d6249e369a1534db4907ee887482422ba6abe72c3a3a9c232b05a9
0x0063b623292e84719de37683fda7f25e4e3ddc1b1a576eaeb473975975e1ea51
0x60b6a8d7f6dcb5bf0e0183aa293a5e0e0e4dfde074c53a785dd22f7152ac13a3
0x5f42d4cdb4e9f74681869e5c5319d23fe4363da860ddb621b4055ee4b2e8b2a4
0xb1299510481609f0cb647f40080966b9df82c996f0301982fe3ebd0efbbaec26
0xbbd11932ab332ab11e7d949b1359ba2e0343331f4c81850066fc36556e1b8798
0x3cedeca24f591dd171a4f4516e2e280a8ab3810e80d2731f79b4b336af3863d2

Functions
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(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(