Meta Sphere
Verified contract
Active on
Ethereum with 1,717 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,548.60)
Native
Value
$1,548.6
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.4 | $3,871.51 |
$1,548.6 | |
METASPHERE VX | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21401837 | 8 hours ago | | | 0 | 0.00053958999 | |
| 21026021 | 2 months ago | | | 0 | 0.00025614072 | |
| 20902296 | 2 months ago | | | 0 | 0.00029197720 | |
| 20657356 | 3 months ago | | | 0 | 0.000033682312 | |
| 20649711 | 3 months ago | | | 0 | 0.000057199292 | |
| 20480825 | 4 months ago | | | 0 | 0.00020511328 | |
| 20029800 | 6 months ago | | | 0 | 0.00037838527 | |
| 19996126 | 6 months ago | | | 0 | 0.00027471467 | |
| 19984740 | 6 months ago | | | 0 | 0.00055212097 | |
| 19815610 | 7 months ago | | | 0 | 0.00018910787 |
ABI
ABI objects
Getter at block 21404296
name() view returns (string)
Meta Sphere
owner() view returns (address)
0xf312133fe779fe8a2e2e66198fa3075dbab66b27
preSaleIsActive() view returns (bool)
false
preSaleMaxSupply() view returns (uint32)
4444
preSaleStart() view returns (uint32)
1643223600
preSaleUnitPrice() view returns (uint256)
90000000000000000
publicSaleIsActive() view returns (bool)
true
publicSaleMaxSupply() view returns (uint32)
6666
publicSaleStart() view returns (uint32)
1643310000
publicSaleUnitPrice() view returns (uint256)
100000000000000000
symbol() view returns (string)
MS
totalSupply() view returns (uint32)
1466
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events batchMint(address[] addresses)
preSaleMint(uint8 v, bytes32 r, bytes32 s, uint32 count) payable
publicSaleMint(uint32 count) payable
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setPreSaleStart(uint32 timestamp)
setPublicSaleStart(uint32 timestamp)
setSignerAddress(address addr)
setURI(string uri)
transferOwnership(address newOwner)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(string uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.