Skeleton Empire

Verified contract

Active on Ethereum with 2,399 txns
Deployed by via 0xe12989a7 at 14909904
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Skeleton Empire"

0xebcc2f1696c0cb5a3435bba99eec69d2daea59782d7978673e87300087d8b1b9
0x5bf0f8fbf6d0dc334b28b445616bbeb8b83c26ae5d6e05c48ed83621f8e86e75
0x3316a97e2fad16020f0db09fa0cfd0bace8995f16ac69f1805fd052eb7ee117a
0xaccdfd131e5799983d51fd0db12c0e3075fdf40f7509cf72fda1fa8893144076
0x50e8cf0f40eb25d34391e67efdab622d23a667c9e43a73c096b52e950396d16d
0x760829e50a480b320224b63ec341f4b04d9f5230f30528e37f6fcc243b82bf1a
0xfe7db4cd1542ae4bcbb96049994c3489e78f539f13cd743a9db8beae9f4504f8
0x80a6169fb7829a94b9eb32b38eecd3c94f1ae7fac217eaece8997d9a0c293b28
0xedf0f50c3daa49fe09dcf4290969c1b0e831067fbb7b090ba45e18d89cd3c7c0
0x4108d27e04ed69250506112d1c4566f58da8d96a4d2be9ad086934562a3621c0

Functions
Getter at block 20955123
baseURI(view returns (string)
ipfs://QmciRkqkcMw6wNDrz4WBwwApwsViohF9ySQ56ZqSYj5Mof/
config(view returns (uint64 publicPriceuint16 maxFreeSupplyuint16 maxSupply)
(publicPrice=600000000000000, maxFreeSupply=1000, maxSupply=2222)
freeMinted(view returns (uint32)
1000
maxFreeSupply(view returns (uint16)
1000
name(view returns (string)
Skeleton Empire
owner(view returns (address)
0x6ba9f8ecfb20730b0bb2aff37b586a6efb8d1f90
status(view returns (uint8)
1
symbol(view returns (string)
SKE
totalSupply(view returns (uint256)
2222
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintComplianceBase(uint256 _qunatityview 
numberMintedForPublic(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mintSkeleton(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setMaxSupply(uint256 _maxFreeSupplyuint256 _maxSupply
setPrice(uint256 _publicPrice
setStatus(uint8 _status
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(address recipient
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BaseURIChanged(string newBaseURI
Minted(address minteruint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
StatusChanged(uint8 status
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string initBaseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(