Skullx: Aeons
Verified contract
Active on
Ethereum with 2,654 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 "Skullx: Aeons"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21235684 | 11 days ago | | | 0 | 0.00054245605 | |
| 21233450 | 11 days ago | | | 0 | 0.00052459725 | |
| 21229786 | 12 days ago | | | 0 | 0.00084029236 | |
| 21206383 | 15 days ago | | | 0 | 0.00048039869 | |
| 21153172 | 22 days ago | | | 0 | 0.00041978518 | |
| 21153168 | 22 days ago | | | 0 | 0.00043431368 | |
| 21121297 | a month ago | | | 0 | 0.00032584560 | |
| 20954262 | 2 months ago | | | 0 | 0.00036224650 | |
| 20893336 | 2 months ago | | | 0 | 0.00069072473 | |
| 20853987 | 2 months ago | | | 0 | 0.00028242527 |
ABI
ABI objects
Getter at block 21313405
AEONS_MAX_SUPPLY() view returns (uint256)
2000
PRICE() view returns (uint256)
30000000000000000
SUMMON_LIMIT() view returns (uint256)
10
aeonsProvenance() view returns (string)
baseURI() view returns (string)
https://skullxnft.io/api/skullx-aeons/
freeMintIsActive() view returns (bool)
true
name() view returns (string)
Skullx: Aeons
owner() view returns (address)
0x8d79c94ccbcdc165026c3302adb4afbce24559bc
publicSaleIsActive() view returns (bool)
true
reservedLeft() view returns (uint256)
0
symbol() view returns (string)
AEON
totalSupply() view returns (uint256)
2000
Read-only
allowListClaimedBy(address owner) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
onAllowList(address _address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addToAllowList(address[] addresses)
approve(address to, uint256 tokenId)
freeSummon() payable
giveAway(address to, uint256 numberOfTokens)
removeFromAllowList(address[] addresses)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setProvenanceHash(string provenanceHash)
summon(uint256 numberOfTokens) payable
toggleFreeMintIsActive()
togglePublicSaleIsActive()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.