MarsGenesis
Verified contract
Active on
Ethereum with 2,997 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc160…86c3
0x3415…b69f
Balances ($0.00)
No balances found for "MarsGenesis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21236704 | 7 days ago | | | 0 | 0.0016160732 | |
| 20857626 | 2 months ago | | | 0 | 0.00048339763 | |
| 20790075 | 2 months ago | | | 0 | 0.00047360163 | |
| 20599474 | 3 months ago | | | 0 | 0.00018920997 | |
| 20588102 | 3 months ago | | | 0 | 0.000092907480 | |
| 20588097 | 3 months ago | | | 0 | 0.00010686779 | |
| 20418402 | 4 months ago | | | 0 | 0.00044273803 | |
| 20282955 | 5 months ago | | | 0 | 0.00015962528 | |
| 20017603 | 6 months ago | | | 0 | 0.00044693500 | |
| 19837439 | 7 months ago | | | 0 | 0.00013528889 |
ABI
ABI objects
Getter at block 21290293
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
auctionContract() view returns (address)
0xc1604fc3f9309abc4239591cce1a349fd80b86c3
contractURI() pure returns (string)
https://marsgenesis-web3.herokuapp.com/metadata/MarsGenesis.json
name() view returns (string)
MarsGenesis
paused() view returns (bool)
false
symbol() view returns (string)
MARS
totalSupply() view returns (uint256)
2125
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)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenIdToFirstOwner(uint256) view returns (address)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events acceptBidForLand(uint256 tokenId, uint256 minPrice)
approve(address to, uint256 tokenId)
grantRole(bytes32 role, address account)
mintLand(bool isPromo, string topLeftLatLong, string bottomRightLatLong, bytes signature, string ipfsHash, string metadataURI, uint256 cardId, address promoOwner) payable returns (uint256)
offerLandForSale(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)
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, string _tokenURI, uint256 _cardId)
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)
This contract contains no fallback and receive objects.
This contract contains no error objects.