Troverse Planets
Verified contract
Active on
Ethereum with 15,848 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1940…1f36
Balances ($0.00)
No balances found for "Troverse Planets"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158865 | 2 hours ago | | | 0 | 0.0011528747 | |
| 21155081 | 15 hours ago | | | 0 | 0.00067650244 | |
| 21151501 | a day ago | | | 0 | 0.00037490320 | |
| 21151497 | a day ago | | | 0 | 0.00036333912 | |
| 21146756 | 2 days ago | | | 0 | 0.00040827553 | |
| 21146527 | 2 days ago | | | 0 | 0.00092618324 | |
| 21146522 | 2 days ago | | | 0 | 0.0010115648 | |
| 21146493 | 2 days ago | | | 0 | 0.0010584223 | |
| 21143246 | 2 days ago | | | 0 | 0.00082237012 | |
| 21135882 | 3 days ago | | | 0 | 0.00069781515 |
ABI
ABI objects
Getter at block 21159530
TOTAL_PLANETS() view returns (uint256)
10000
descriptionChangePrice() view returns (uint256)
3000000000000000000000
isMinterLocked() view returns (bool)
false
minter() view returns (address)
0x79a66c4b781add975f3858ffb2554f0c5e0ce9ef
name() view returns (string)
Troverse Planets
nameChangePrice() view returns (uint256)
3000000000000000000000
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x18d7ae12eab31ab54e5ae05396fda9f507271099
symbol() view returns (string)
PLANET
totalSupply() view returns (uint256)
10000
totalSupplyExternal() view returns (uint256)
10000
yieldToken() view returns (address)
0x1940a7b039ab210689aafb332c5f07b523d81f36
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isNameReserved(string nameString) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
planetDescriptionByIndex(uint256 index) view returns (string)
planetNameByIndex(uint256 index) view returns (string)
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)
validateName(string newName) pure returns (bool)
State-modifying
Events Mint(address to, uint256 quantity) payable
approve(address to, uint256 tokenId)
changeDescription(uint256 planetId, string newDescription)
changeName(uint256 planetId, string newName)
clearDescription(uint256 planetId)
clearName(uint256 planetId)
lockMinter()
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)
setOwnersExplicit(uint256 quantity)
setYieldToken(address yieldTokenAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateDescriptionChangePrice(uint256 price)
updateMinter(address _minter)
updateNameChangePrice(uint256 price)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
DescriptionChanged(uint256 planetId, string planetDescription)
DescriptionCleared(uint256 planetId)
NameChanged(uint256 planetId, string planetName)
NameCleared(uint256 planetId)
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.