MINER

Verified contract

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

No balances found for "MINER"

0xd0d4a1dcf0ccb72a16b68ab71c97890d6cb03c2fefec40308b7c0b6d4c6efef6
0xb151f66254b72c524a14f3effaa64c8a554ba5ef6cff89f056d4229f75a1f85b
0xa5eb08fb9a45fc0b7783a952428fb9ac1ce0d6f8fab654c42e755a053069e491
0x0e6a0d5b4b0735b61540b9fe43eb6d2853117597e90521e3e315ea8e996b50b0
0xfe75c0292d37600a7d8ebc2f1ba6a1812f70364f8effd528a4496a91b1671bfa
0xcc74b2b67b3f70873adf31f8b19843324c855dbabac2295f827b19c59dcd1736
0x2ff367a60846b5cf8311a441fc7d17422a824e349f606c18141c98eb73cbf806
0xb3d5437b846e29eab27c21dc346c0af10c1552b666657710234f5c0c13e6edfc
0x7db3695d7f46c89a85ab79cc980bceaa2a775a383ef777c6d5fd78e6e7106801
0x63e498de4f602c35745879f040fef87c85c85a9d3adab8feb5d1b5ab84312571

Functions
Getter at block 21012249
MinerUrl(view returns (string)
https://miner.mypinata.cloud/ipfs/QmbwoXXypGGFvfH3DKn7ob4DFmdpGrieysgWpvBtKvm3Kp
applyTxLimit(view returns (bool)
false
buyLimit(view returns (uint256)
100000000000000000000000000000000000000000000000000
decimals(view returns (uint8)
18
minted(view returns (uint256)
155
name(view returns (string)
MINER
owner(view returns (address)
0x9ba6f9f30ece6919bd65bbbf7d8f81750e20287c
paused(view returns (bool)
false
revealed(view returns (bool)
false
sellLimit(view returns (uint256)
1000000000000000000
symbol(view returns (string)
MINER
totalSupply(view returns (uint256)
10000000000000000000000
txLimit(view returns (uint256)
100000000000000000000
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
tokenURI(uint256 idview returns (string)
userBuyLimit(addressview returns (uint256)
userSellLimit(addressview returns (uint256)
whitelist(addressview returns (bool)
State-modifying
approve(address spenderuint256 amountOrIdreturns (bool)
pause(
revokeOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setLimit(uint256 _buylimituint256 _selllimit
setMinerUrl(string _tokenURI
setNameSymbol(string _namestring _symbol
setRevealed(bool _revealed
setWhitelist(address targetbool state
startApplyingLimit(
stopApplyingLimit(
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address _owner
unpause(
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20Transfer(address indexed fromaddress indexed touint256 amount
ERC721Approval(address indexed owneraddress indexed spenderuint256 indexed id
OwnershipTransferred(address indexed useraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed id
Unpaused(address account
Constructor
constructor(address _owneruint256 _buyLimituint256 _sellLimit
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
InvalidOwner(
InvalidRecipient(
InvalidSender(
NotFound(
Unauthorized(
UnsafeRecipient(