DOGELONSPACESHIPS
Verified contract
Active on
Ethereum with 130 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 "DOGELONSPACESHIPS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17646518 | a year ago | | | 0 | 0.00087075105 | |
| 17408730 | a year ago | | | 0 | 0.0013388027 | |
| 16961831 | 2 years ago | | | 0 | 0.0010012594 | |
| 16929999 | 2 years ago | | | 0 | 0.0039121385 | |
| 16913202 | 2 years ago | | | 0 | 0.00092646895 | |
| 16909881 | 2 years ago | | | 0 | 0.00059285616 | |
| 16866653 | 2 years ago | | | 0 | 0.00058012212 | |
| 16836290 | 2 years ago | | | 0 | 0.0011600371 | |
| 16704756 | 2 years ago | | | 0 | 0.0025327973 | |
| 16689896 | 2 years ago | | | 0 | 0.0015279259 |
ABI
ABI objects
Getter at block 21090720 getClasses() view returns (struct SpaceShipsNFTsNewClass[])
name() view returns (string)
DOGELONSPACESHIPS
owner() view returns (address)
0xc5d027d4fcc6e7b48c6b29a84013e5337552a23f
symbol() view returns (string)
ELONSHIP
totalSupply() view returns (uint256)
105
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getClassByTokenID(uint256 _TokenID) view returns (uint8)
getNewShipsSinceID(uint256 ShipID) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addNewClass(uint256 _DOGELONPrice, uint24 _MaxMintSupply, uint256 _BuildDays)
addNewClasses(uint256[] _ClassesData)
approve(address to, uint256 tokenId)
changeClassMaxSupply(uint8 _Class, uint8 _NewMaxMintSupply)
mint_Using_DOGELON(uint8 _Class) payable
renounceOwnership()
rescueTokens(address _TokenAddress, uint256 _Amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _NewURI)
setBluePrintURI(string _NewURI)
setClassPrice(uint256 _Class, uint256 _Price)
setExternalContractWhitelist(address _Contract, bool _State)
setMintState(bool _State)
setRoyalty(address _Receiver, uint96 _RoyaltyPercentageInBasePoints)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelisted_contract_mint(address _NewTokenOwner, uint8 _Class)
withdrawETH()
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.
This contract contains no error objects.