This contract is being backfilled. You may encounter incomplete storage history.

Marsleaders

Verified contract

Active on Ethereum with 669 txns
Deployed by via 0xb29fd215 at 16515130
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Marsleaders"

0x35ef22e9ba316ed367a5ed79c96cb8d24ca3e51b2d3801d593fdfee08be8c4e8
0x11bcbd72efa7706e8d0a34588102090990c11e0266786b5125db3fe239f1656e
0xa46de46ccb98563e21b25ae94b0fe5f05f013e1b6bba1cd5f1c47b38cf6b9690
0x446c5807687a411e4a866f0cb3db9367982d4cdceb0ea3ed38fc9eaf47128d4c
0xb9f640bc21d4a9460e35bef84a905cc855130a843c65464e0daf4a5595e8bb3e
0x934347a0e4ce6ac8d64452e9fada5affef72d8cf4b5f44289fa64d2fd16632df
0x2401a55bb10ff6aea033f4fcb4c17d0f2acd822bcaa25fe93d3a1973441f7210
0x7d25f75467b757274c4c84008b7d15dd411194509f87754f77408254823d7bbd
0x92e51e1a745b9372506f88977a5abea942f4119792aac4c05bde2d8297fc5ef2
0xd7954a7acaeb0106b3f667e344d27eb89b8f4afff1cf1e7a43e919edac268e55

Functions
Getter at block 20801076
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(addressview returns (bool)
_transferToContract(uint256view returns (bool)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedCount(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256 tokenId)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(uint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setAllowAddressToContract(address[] _addressbool[] _allow
setAllowToContract(
setAllowTokenToContract(uint256 _tokenIdbool _allow
setApprovalForAll(address operatorbool approved
setBaseUri(string url
setMaxSupply(uint256 newMaxSupply
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
UnableDetermineTokenOwner(
UnableGetTokenOwnerByIndex(