Mars Maiers
Verified contract
Active on
Ethereum with 2,197 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$17,885.11
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 5.487072 | $3,259.50 |
$17,885.11 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20676916 | 2 months ago | | | 0 | 0.00086590934 | |
| 20508186 | 3 months ago | | | 0 | 0.000041159419 | |
| 20294809 | 4 months ago | | | 0 | 0.000077457481 | |
| 20084472 | 5 months ago | | | 0 | 0.00062997971 | |
| 19122855 | 9 months ago | | | 0 | 0.00094518895 | |
| 18333771 | a year ago | | | 0 | 0.00031975332 | |
| 18001059 | a year ago | | | 0 | 0.00061048557 | |
| 17716220 | a year ago | | | 0 | 0.00067700984 | |
| 17679202 | a year ago | | | 0 | 0.0033058953 | |
| 17570701 | a year ago | | | 0 | 0.00070906149 |
ABI
ABI objects
Getter at block 21172260
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MANAGER_ROLE() view returns (bytes32)
0x241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b08
RECEIPT_SIGNER_ROLE() view returns (bytes32)
0xeec810f06792aee299e02e7a567cc6dbe991d60514b521da1f90f158c7df4f2b
SETTLER_ROLE() view returns (bytes32)
0x6666bf5bfee463d10a7fc50448047f8a53b7762d7e28fbc5c643182785f3fd3f
getWinnings() view returns (uint256)
0
name() view returns (string)
Mars Maiers
symbol() view returns (string)
MARS
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getBidToken(string bidToken) view returns (uint256, address)
getRoleAdmin(bytes32 role) view returns (bytes32)
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
bid(string bidToken) payable
concludeProject()
grantRole(bytes32 role, address account)
refund(string[] bidTokens)
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)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri, bool lock)
settle(uint256 tokenId, string bidToken)
signedRefund(string bidToken, string nonce, bytes signature)
transferFrom(address from, address to, uint256 tokenId)
withdraw(uint256 amount, address to)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BidPlaced(string bidToken, address bidder, uint256 value, uint256 total)
Refunded(string bidToken, address bidder, uint256 total)
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)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.