Marsleaders
Verified contract
Active on
Ethereum with 669 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Marsleaders"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16878680 | 2 years ago | | | 0 | 0.00074115947 | |
| 16878680 | 2 years ago | | | 0 | 0.00074115947 | |
| 16729343 | 2 years ago | | | 0 | 0.0024183362 | |
| 16729343 | 2 years ago | | | 0 | 0.0020153253 | |
| 16532999 | 2 years ago | | | 0 | 0.00089689723 | |
| 16526422 | 2 years ago | | | 0 | 0.0014052526 | |
| 16526387 | 2 years ago | | | 0 | 0.0015019730 | |
| 16526355 | 2 years ago | | | 0 | 0.00075033672 | |
| 16526339 | 2 years ago | | | 0 | 0.0013586764 | |
| 16521599 | 2 years ago | | | 0 | 0.0011285065 |
ABI
ABI objects
Getter at block 21387871
allowedToContract() view returns (bool)
false
contractURI() pure returns (string)
maxSupply() view returns (uint256)
4950
max_amount() view returns (uint256)
10
name() view returns (string)
Marsleaders
owner() view returns (address)
0xdb71120dc4f75f7721a302308692ae3a7865cf73
symbol() view returns (string)
MARS
totalSupply() view returns (uint256)
4837
Read-only
_addressTransferToContract(address) view returns (bool)
_transferToContract(uint256) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedCount(address owner) view returns (uint256)
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 tokenId)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setAllowAddressToContract(address[] _address, bool[] _allow)
setAllowToContract()
setAllowTokenToContract(uint256 _tokenId, bool _allow)
setApprovalForAll(address operator, bool approved)
setBaseUri(string url)
setMaxSupply(uint256 newMaxSupply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed spender, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
UnableDetermineTokenOwner()
UnableGetTokenOwnerByIndex()