The Exalted
Verified contract
Active on
Ethereum with 603 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 "The Exalted"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20315622 | 5 months ago | | | 0 | 0.00028598820 | |
| 20199472 | 5 months ago | | | 0 | 0.000087306478 | |
| 20113288 | 5 months ago | | | 0 | 0.00058682062 | |
| 19091069 | 10 months ago | | | 0 | 0.00057235018 | |
| 18986511 | a year ago | | | 0 | 0.0024428671 | |
| 18986510 | a year ago | | | 0 | 0.0013846369 | |
| 18910532 | a year ago | | | 0 | 0.00044166315 | |
| 18910297 | a year ago | | | 0 | 0.00042298235 | |
| 17006564 | 2 years ago | | | 0 | 0.00086780768 | |
| 16712138 | 2 years ago | | | 0 | 0.00079778024 |
ABI
ABI objects
Getter at block 21315999
COLLECTION_SIZE() view returns (uint256)
5000
MAX_PER_WALLET() view returns (uint256)
2
MERKLE_ROOT() view returns (bytes32)
0xd2558a264639afbf2f19f9a9828df5a2744e469bce8caa64ac4d12cf3dcbec13
PRICE() view returns (uint256)
80000000000000000
PUBLIC_END_TIME() view returns (uint256)
1649534400
PUBLIC_START_TIME() view returns (uint256)
1649448000
TEAM_MINT() view returns (uint256)
100
WL_START_TIME() view returns (uint256)
1649361600
name() view returns (string)
The Exalted
owner() view returns (address)
0x7169ca89685cef678d80684f0cc7f30835d58596
symbol() view returns (string)
EXLTD
totalSupply() view returns (uint256)
5000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
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)
mintRemainingSupply()
publicMint(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 baseURI)
teamAndReserveMint()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(bytes32[] merkleProof, uint256 quantity) payable
withdraw()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InsufficientFunds()
InsufficientRemainingAllotment()
InsufficientRemainingSupply()
MintToZeroAddress()
MintZeroQuantity()
NotWhitelisted()
OwnerQueryForNonexistentToken()
PublicSaleOngoing()
ReserveMinted()
SaleHasntStarted()
TransferCallerNotOwnerNorApproved()
TransferFailed()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()