MINER

Verified contract

Active on Ethereum with 5,406 txns
Deployed by via 0x160b77bc at 19206955
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
)
ERC-1555
--
)
ERC-1555
--
)
ERC-1555
--
)
ERC-1555
--
)
ERC-1555
--
)
ERC-1555
--
)
ERC-1555
--
)
ERC-1555
--
)
ERC-1555
--
0x83300fa3c7837b4b0774d041741dcd9597e4d6e7d039bf0ea9735ccd0e1cfa38
0x0a1efa52ae99adb34191318fe827a8048a3520f4191920a407a8cb7c0a6898ff
0x698bd53053d9997257ddd9f5f69e93b208145ea7dfd71c3a59c3a3d1c3799681
0x8b281bf516467c85646dd07a3d524cae27365fce64a78551b31ecab857c9bc0e
0x9e547c0a159d787f91d0a2f75b0862fc8cf3f484f3c9fa3851eaa803da1dc191
0xf5f459cd04db52d0aa6e2cfb7a5ad84fddec542ea6d47ef83b8c3a51a50d3614
0x9528fc772dde91cd1563a7067296ed158ec08ec416860884eb3e5cd496754447
0x25411e23f866a5576c4420f64a470ef72572d8023bf11cb063b1224660bdf674
0x8599f1fe36a33a15c86f340f825b605942d7e363ca299e3832d9049bbd9514da
0x2d7fe796c3affea41345c9976dcb03956e071c75fb076e3589b97c8d312c42e3

Functions
Getter at block 20853895
baseTokenURI(view returns (string)
dataURI(view returns (string)
https://i.ibb.co/
decimalFactor(view returns (uint256)
1000000000000000000
decimals(view returns (uint8)
18
easyLaunch(view returns (uint256)
2
maxWallet(view returns (uint256)
100000000000000000000000
name(view returns (string)
MINER
owner(view returns (address)
0x2bb152c4a84f91bb5eb740a36ce6bae45c97a1d7
symbol(view returns (string)
MINER
tokensPerNFT(view returns (uint256)
1000000000000000000
totalSupply(view returns (uint256)
100000000000000000000000
transferDelay(view returns (bool)
false
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountuint256 idview returns (uint256)
balanceOf(address ownerview returns (uint256)
balanceOf(address owneruint256 startuint256 stopview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
getApproved(uint256view returns (address)
isApprovedForAll(address accountaddress operatorview returns (bool)
isOwnerOf(address accountuint256 idview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 idview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
uri(uint256 idview returns (string)
whitelist(addressview returns (bool)
State-modifying
approve(address spenderuint256 valuereturns (bool)
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setDataURI(string _dataURI
setMaxWallet(uint256 percent
setTokenURI(string _tokenURI
setURI(string newuri
setWhitelist(address targetbool state
toggleDelay(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
BalanceQueryForZeroAddress(
BurnFromNonOnwerAddress(
BurnFromZeroAddress(
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
InputLengthMistmatch(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwnerOrInvalidAmount(
TransferToNonERC1155ReceiverImplementer(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(