ELONTUSK
Verified contract
Active on
Ethereum with 1,533 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x751c…05f3
Balances ($102.18)
Native
Value
$102.18
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.03 | $3,405.93 |
$102.18 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19746844 | 7 months ago | | | 0 | 0.00019941110 | |
| 19156817 | 10 months ago | | | 0 | 0.00076371241 | |
| 18893509 | a year ago | | | 0 | 0.00085833275 | |
| 18871737 | a year ago | | | 0 | 0.0010760515 | |
| 18427423 | a year ago | | | 0 | 0.00059601296 | |
| 18400007 | a year ago | | | 0 | 0.00055371656 | |
| 17950662 | a year ago | | | 0 | 0.00065725450 | |
| 17565212 | a year ago | | | 0 | 0.00059587921 | |
| 16971174 | 2 years ago | | | 0 | 0.0025410174 | |
| 16961419 | 2 years ago | | | 0 | 0.00097530825 |
ABI
ABI objects
Getter at block 21256854
baseApiURI() view returns (string)
https://us-central1-mofos-69a62.cloudfunctions.net/app/elontusk/token/
cost() view returns (uint256)
15000000000000000
freeLimit() view returns (uint256)
1096
maxMintAmountPerTransaction() view returns (uint16)
50
maxMintAmountPerWallet() view returns (uint16)
50
maxSupply() view returns (uint256)
2999
name() view returns (string)
ELONTUSK
owner() view returns (address)
0x23d20dcedaa15c5553fe48075ab079086eb38da2
paused() view returns (bool)
false
symbol() view returns (string)
ELONTUSK
totalSupply() view returns (uint256)
1610
yieldToken() view returns (address)
0x751c48675caa3463526b6ba655a1db9f4a0b05f3
Read-only
balanceOG(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address[] _airdropAddresses)
approve(address to, uint256 tokenId)
batchBurn(uint256[] _nftIds)
burn(uint256 _nftId)
getReward()
gift(address _to, uint256 _mintAmount)
mint(uint256 _mintAmount) payable
mintExternal(address _address, uint256 _mintAmount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setBreedingContractAddress(address _bAddress)
setCost(uint256 _newCost)
setFreeLimit(uint256 _limit)
setMaxMintAmountPerWallet(uint16 _amount)
setMaxSupply(uint256 _supply)
setYieldToken(address _address)
setmaxMintAmountPerTransaction(uint16 _amount)
togglePause()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() 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 _baseUrl, address _tokenAddress)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()