ShibElon NFT
Verified contract
Active on
Ethereum with 82 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2999 additional slots
Balances ($0.00)
No balances found for "ShibElon NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18992467 | a year ago | | | 0 | 0.0017462758 | |
| 17281914 | 2 years ago | | | 0 | 0.0017218567 | |
| 16946842 | 2 years ago | | | 0.04 | 0.0049976739 | |
| 16920414 | 2 years ago | | | 0 | 0.0020824967 | |
| 16903097 | 2 years ago | | | 0 | 0.00073439833 | |
| 16872776 | 2 years ago | | | 0 | 0.00069706589 | |
| 16872771 | 2 years ago | | | 0 | 0.00074345216 | |
| 16872765 | 2 years ago | | | 0.08 | 0.0063445085 | |
| 16872531 | 2 years ago | | | 0 | 0.00073722264 | |
| 16872531 | 2 years ago | | | 0 | 0.00073722264 |
ABI
ABI objects
Getter at block 21285397 getMintedIds() view returns (uint256[])
BUYBACK_PERCENTAGE() view returns (uint256)
10
MAX_ALLOWED() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
3000
getPrice() view returns (uint256)
40000000000000000
lastSupply() view returns (uint256)
2952
name() view returns (string)
ShibElon NFT
owner() view returns (address)
0x3de2894d63334db3a283b759b6d94491fe5a3da7
price() view returns (uint256)
40000000000000000
saleOpen() view returns (bool)
true
symbol() view returns (string)
SHIBELON
totalSupply() view returns (uint256)
48
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTokenIds(address _owner) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
mintedIDs(uint256) view returns (uint256)
minters(uint256) view returns (address)
ownerOf(uint256 tokenId) view returns (address)
remainingIds(uint256) view returns (uint256)
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 approve(address to, uint256 tokenId)
mintNFT(uint256 _count) payable
pauseSale()
randomAirdrop(address _walletAddress, uint256 _mintCount)
randomAirdropBulk(address[] _walletAddresses)
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)
setMaxAllowd(uint256 _maxAllowed)
setMaxSupply(uint256 _max_supply)
setPrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpauseSale()
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
NFTMinted(uint256 totalMinted)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.