SkyArk Chronicles 404

Verified contract

Active on Ethereum with 55 txns
Deployed by via 0x93322e0a at 19236284
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "SkyArk Chronicles 404"

0x9e3a5074fe7d4234f1d1546eb8587d2d87833b3184866b10dcffe06a57e3aaf6
0x57ee5edffb4bfa95d17d0dcf663f507b770926c5185760cc6f8b4490562a7f4f
0xb19d60173835ffee66f6515402f09dac6e2ed167ca914aff7b09dea4472e0fe8
0x9b97aa731a344ebb474cf357ffb89f1b4650806b1f1c2b1f31d2e099ae3d25fa
0x46d9684d9fcfc3577a706d7ce27f9620cb5aeac31f0f03bb0c72ff7bf9c9274a
0x36ef6ac0ddafdd0d3b3c50c4c6ff1a54384daea3cddc7cc639724ecff507f04e
0xdbfb2a58b38abd5db42a6883766d1788d5c3aad69e9cb2e3724c4419955d680c
0xa2818e1d75cb179607b63f58798ca689150ed49ddc75a1a75dbcea08e76bdd0f
0x1868da61ec77261c06a89c4b1aa8397d422a286d2772063dc0b248573287d16d
0x48cc8daf7ab1e8c158680b1540a169d88c1ad6a44d96954b55a405007f04ce61

Functions
Getter at block 20898957
baseTokenURI(view returns (string)
ipfs://bafybeiejiaflmn2aghi5sedydd5cebheosa64cb34u632gfyg3sgq3qnxi/
buyLimit(view returns (uint256)
100000000000000
decimals(view returns (uint8)
9
minted(view returns (uint256)
86
name(view returns (string)
SkyArk Chronicles 404
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
sellLimit(view returns (uint256)
100000000000000
symbol(view returns (string)
SAC
totalSupply(view returns (uint256)
100000000000
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
tokenURI(uint256 idview returns (string)
userBuylimit(addressview returns (uint256)
userSelllimit(addressview returns (uint256)
whitelist(addressview returns (bool)
State-modifying
acceptOwnership(
approve(address spenderuint256 amountOrIdreturns (bool)
removeLimits(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setTokenURI(string _tokenURI
setWhitelist(address targetbool state
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20Transfer(address indexed fromaddress indexed touint256 amount
ERC721Approval(address indexed owneraddress indexed spenderuint256 indexed id
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed id
Unpaused(address account
Constructor
constructor(string _namestring _symboladdress _owneruint256 _initialSupplyuint8 _decimaluint256 _buylimituint256 _selllimit
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
EnforcedPause(
ExpectedPause(
InvalidOwner(
InvalidRecipient(
InvalidSender(
NotFound(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReEntrancyReentrantCall(
Unauthorized(
UnsafeRecipient(