MarsGenesisMartians
Verified contract
Active on
Ethereum with 2,630 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x33a9…5589
0x5e95…414c
0xe6dd…3a80
Balances ($4,539.47)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SAND | ERC-20 | 6K | $0.756578 |
$4,539.47 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21351850 | 8 days ago | | | 0 | 0.00082098839 | |
| 21312483 | 13 days ago | | | 0 | 0.00065132524 | |
| 21211093 | a month ago | | | 0 | 0.00052616788 | |
| 21077453 | 2 months ago | | | 0 | 0.00051868247 | |
| 20049648 | 6 months ago | | | 0 | 0.00027712433 | |
| 20016914 | 6 months ago | | | 0 | 0.00026606286 | |
| 19837457 | 7 months ago | | | 0 | 0.00013022016 | |
| 19837445 | 7 months ago | | | 0 | 0.00013312724 | |
| 19720949 | 8 months ago | | | 0 | 0.00058330328 | |
| 19586610 | 8 months ago | | | 0 | 0.00039811202 |
ABI
ABI objects
Getter at block 21408549
ALL_MARTIANS() view returns (string)
ipfs://QmTCXS2i632kcYgMoVrgNydb9o39Hzt7H9WG3TBXTmaAGq
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
contractURI() pure returns (string)
https://marsgenesis-web3.herokuapp.com/metadata/MarsGenesisMartians.json
name() view returns (string)
MarsGenesisMartians
owner() view returns (address)
0x9bfb5ca57a4fa2f863f22c8a77682e28e125f1c1
paused() view returns (bool)
false
symbol() view returns (string)
MRTN
totalSupply() view returns (uint256)
2354
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
landTokenIdRedeemed(uint256) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenToMartianId(uint256) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events acceptBidForMartian(uint256 tokenId, uint256 minPrice)
approve(address to, uint256 tokenId)
grantRole(bytes32 role, address account)
mintMartians(bytes[] signatures, uint256[] martianIds, uint256[] landTokenIds, address promoOwner) payable returns (bool)
offerMartianForSale(uint256 tokenId, uint256 minSalePriceInWei)
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sendBalanceToWallet()
setApprovalForAll(address operator, bool approved)
setAuctionAddress(address _address)
setReservedMartiansAmount(uint16 amount)
setWalletAddress(address _address)
transferFrom(address from, address to, uint256 tokenId)
unpause()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Discovery(address _owner, uint256 _tokenId, uint256 _martianId, uint256 _landId)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(address _walletAddress, address _marsCoreAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.