UninvitedElephant
Verified contract
Active on
Ethereum with 779 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x66a7…d675
Balances ($3.88)
Native
Value
$3.88
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001 | $3,878.77 |
$3.88 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18889142 | a year ago | | | 0 | 0.00094542696 | |
| 18825740 | a year ago | | | 0 | 0.0013329028 | |
| 18428308 | a year ago | | | 0 | 0.0028282162 | |
| 16679875 | 2 years ago | | | 0 | 0.0013477490 | |
| 16668051 | 2 years ago | | | 0 | 0.0010776749 | |
| 16630897 | 2 years ago | | | 0 | 0.0017138070 | |
| 16401685 | 2 years ago | | | 0 | 0.0023098350 | |
| 16373707 | 2 years ago | | | 0 | 0.00050324260 | |
| 16373707 | 2 years ago | | | 0 | 0.00088424042 | |
| 16084811 | 2 years ago | | | 0 | 0.00093513524 |
ABI
ABI objects
Getter at block 21389059
baseTokenURI() view returns (string)
ipfs://QmYWW9v2mBDtDA2mRXCYBUEoebk77kT9A8GjAZnzHKmp1J/
endpoint() view returns (address)
0x66a71dcef29a0ffbdbe3c6a460a3b5bc225cd675
gasForDestinationLzReceive() view returns (uint256)
350000
hiddenMetadataUri() view returns (string)
ipfs://QmQCUhL5EpGRyVndzne6v7kdAovvDP6iSpSBKpiaexJzUL/unrevealed.json
lastMintId() view returns (uint256)
913
maxMintAmountPerTx() view returns (uint256)
2
maxMintId() view returns (uint256)
913
maxSupply() view returns (uint256)
913
merkleRoot() view returns (bytes32)
0xecbfbb95ed1e2ec5003fe1d58a60c35728b854bf474718927602618cb47bc202
name() view returns (string)
UninvitedElephant
owner() view returns (address)
0x1272809e295dac82b09258b5884cecbf79e84b5d
paused() view returns (bool)
false
startMintId() view returns (uint256)
1
symbol() view returns (string)
UE
totalMinted() view returns (uint256)
913
totalSupply() view returns (uint256)
914
universalMaxTokenId() view returns (uint256)
1033
Read-only
balanceOf(address owner) view returns (uint256)
failedMessages(uint16, bytes, uint256) view returns (uint256 payloadLength, bytes32 payloadHash)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
proofWhitelist(bytes32[] _merkleProof) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
trustedRemoteLookup(uint16) view returns (bytes)
State-modifying
Events approve(address to, uint256 tokenId)
forceResumeReceive(uint16 _srcChainId, bytes _srcAddress)
lzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
mint(uint8 _mintAmount) payable
onLzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
renounceOwnership()
retryMessage(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _baseTokenURI)
setConfig(uint16 _version, uint16 _chainId, uint256 _configType, bytes _config)
setGasForDestinationLzReceive(uint256 newVal)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMerkleRoot(bytes32 _merkleRoot)
setPaused(bool _state)
setReceiveVersion(uint16 _version)
setSendVersion(uint16 _version)
setTrustedRemote(uint16 _chainId, bytes _trustedSource)
setUniversalMaxTokenId(uint256 newVal)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
traverseChains(uint16 _dstChainId, uint256 _tokenId) payable
whitelistMint(uint8 _mintAmount, bytes32[] _merkleProof) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MessageFailed(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SendToChain(address indexed _sender, uint16 indexed _dstChainId, bytes _payload, uint64 _nonce)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 _preMintCount, uint256 _startMintId, uint256 _endMintId, address _layerZeroEndpoint, string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.