Skeleton Empire
Verified contract
Active on
Ethereum with 2,399 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Skeleton Empire"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19256049 | 10 months ago | | | 0 | 0.0014567003 | |
| 18988872 | a year ago | | | 0 | 0.00036761109 | |
| 18968607 | a year ago | | | 0 | 0.00048059318 | |
| 17838051 | a year ago | | | 0 | 0.00062030102 | |
| 17055403 | 2 years ago | | | 0 | 0.0011177383 | |
| 16913990 | 2 years ago | | | 0 | 0.0012359046 | |
| 16839255 | 2 years ago | | | 0 | 0.00040614549 | |
| 16829132 | 2 years ago | | | 0 | 0.00064230078 | |
| 16690870 | 2 years ago | | | 0 | 0.00083393554 | |
| 16690869 | 2 years ago | | | 0 | 0.00081471524 |
ABI
ABI objects
Getter at block 21385477
baseURI() view returns (string)
ipfs://QmciRkqkcMw6wNDrz4WBwwApwsViohF9ySQ56ZqSYj5Mof/
config() view returns (uint64 publicPrice, uint16 maxFreeSupply, uint16 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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintComplianceBase(uint256 _qunatity) view
numberMintedForPublic(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintSkeleton(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setMaxSupply(uint256 _maxFreeSupply, uint256 _maxSupply)
setPrice(uint256 _publicPrice)
setStatus(uint8 _status)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address recipient)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURIChanged(string newBaseURI)
Minted(address minter, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
StatusChanged(uint8 status)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string initBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()