M101Shelter
Verified contract
Active on
Ethereum with 3,621 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 "M101Shelter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21172931 | 16 days ago | | | 0 | 0.0016121937 | |
| 20837396 | 2 months ago | | | 0 | 0.00090464181 | |
| 20129846 | 5 months ago | | | 0 | 0.00018438442 | |
| 20040669 | 6 months ago | | | 0 | 0.00080655897 | |
| 19790931 | 7 months ago | | | 0 | 0.00036608118 | |
| 19697765 | 7 months ago | | | 0 | 0.00056074130 | |
| 19633207 | 8 months ago | | | 0 | 0.0011614056 | |
| 19551394 | 8 months ago | | | 0 | 0.00077459785 | |
| 19387869 | 9 months ago | | | 0 | 0.0012793447 | |
| 18988697 | a year ago | | | 0 | 0.00070456892 |
ABI
ABI objects
Getter at block 21290478
MAX_NFTS() view returns (uint256)
10101
getMaxCount() view returns (uint256)
10
name() view returns (string)
M101Shelter
owner() view returns (address)
0xb24f2b95bea3d787b0cb5f245eb7a48fff91ab58
paused() view returns (bool)
true
presalePaused() view returns (bool)
true
symbol() view returns (string)
M101Shelter
totalSupply() view returns (uint256)
3101
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPrice(uint256 _count) view returns (uint256)
inWhiteListCount(address _address) view returns (uint256)
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)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events addToWhiteList(address[] _addreses)
approve(address to, uint256 tokenId)
deleteFromWhiteList(address[] _addreses)
mint(address _to, uint256 _count) payable
pause(bool val)
pausePresale(bool val)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxCount(uint256 _count)
setPrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
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 tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.