Excaliburs
Verified contract
Active on
Ethereum with 1,275 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 "Excaliburs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15829594 | 2 years ago | | | 0 | 0.00049516613 | |
| 15829571 | 2 years ago | | | 0 | 0.00085240940 | |
| 15790452 | 2 years ago | | | 0 | 0.0023502334 | |
| 15633156 | 2 years ago | | | 0 | 0.00072880588 | |
| 15589397 | 2 years ago | | | 0 | 0.00055059128 | |
| 15580360 | 2 years ago | | | 0 | 0.00025494028 | |
| 15573247 | 2 years ago | | | 0 | 0.00042026830 | |
| 15573145 | 2 years ago | | | 0 | 0.00025981686 | |
| 15572924 | 2 years ago | | | 0 | 0.00029105473 | |
| 15572783 | 2 years ago | | | 0 | 0.00028257522 |
ABI
ABI objects
Getter at block 21158224
MAX_FREE_PER_WALLET() view returns (uint256)
1
MAX_FREE_SUPPLY() view returns (uint256)
1000
MAX_PER_TX() view returns (uint256)
20
MAX_SUPPLY() view returns (uint256)
1000
PRICE() view returns (uint256)
6000000000000000
baseTokenURI() view returns (string)
https://excaliburs.xyz/json/
name() view returns (string)
Excaliburs
owner() view returns (address)
0xd1161d8e2c1f1726a9c4f34f84dd576d8a245af0
status() view returns (bool)
true
symbol() view returns (string)
EXCS
totalSupply() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct ERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
perWalletFreeMinted(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 amount) payable
ownerMint(address to, uint256 amount)
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)
setLimitFreeMintPerWallet(uint256 _limit)
setMaxFreeAmount(uint256 _amount)
setMaxLimitPerTransaction(uint256 _limit)
setPrice(uint256 _price)
setStatus(bool _status)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()